#61EBF8

Color #61EBF8 Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #61EBF8

Tints of Baby Blue #61EBF8

Color information

#61EBF8 (or 0x61EBF8) is unknown color: approx Baby Blue. HEX triplet: 61, EB and F8. RGB value is (97,235,248). Sum of RGB (Red+Green+Blue) = 97+235+248=580 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.72% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 248 (97.27% from 255 or 42.76% from 580); Max value from RGB is 248 - color contains mainly: blue. Hex color #61EBF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61EBF8 is #9E1407. Grayscale: #C3C3C3. Windows color (decimal): -10359816 or 16313185. OLE color: 16313185.

HSL color Cylindrical-coordinate representation of color #61EBF8: hue angle of 185.17º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61EBF8 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB97235248-
CMYK0.610.0500.03
HSL185.17º91.52%67.65%-
HSV(B)185.17º60.89%97.25%-
XYZ51.5868.7499.36-
YUV195.22157.7857.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 16.72%
GREEN value IS 235 (92.19% from 255) = 40.52%
BLUE value IS 248 (97.27% from 255) = 42.76%
R=16.72%
G=40.52%
B=42.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal972352480.610.0500.03185.1791.5267.65
Hex61EBF83D503b95c44
Octal14135337075503271134104
Binary110000111101011111110001111011010111011100110111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61EBF8; }

 p { color: rgb(97,235,248); }

 H1.HeaderClassName
 {
   color: #61EBF8;
 }
 .AnyTagClassName
 {
   color: #61EBF8;
 }
</style>
background-color css

<style>
 a { background-color: #61EBF8; }

 a { background-color: rgb(97,235,248); }

 div.DivClassName
 {
   background-color: #61EBF8;
 }
 .BgClassName
 {
   background-color: #61EBF8;
 }
</style>
border-color css

<style>
 span { border-color: #61EBF8; }

 span { border-color: rgb(97,235,248); }

 td.TdClassName
 {
   border-color: #61EBF8;
 }
 .TagClassName
 {
   border-color: #61EBF8;
 }
</style>