#61EDFB

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

Shades of Baby Blue #61EDFB

Tints of Baby Blue #61EDFB

Color information

#61EDFB (or 0x61EDFB) is unknown color: approx Baby Blue. HEX triplet: 61, ED and FB. RGB value is (97,237,251). Sum of RGB (Red+Green+Blue) = 97+237+251=585 (77% of max value = 765). Red value is 97 (38.28% from 255 or 16.58% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #61EDFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61EDFB is #9E1204. Grayscale: #C4C4C4. Windows color (decimal): -10359301 or 16510305. OLE color: 16510305.

HSL color Cylindrical-coordinate representation of color #61EDFB: hue angle of 185.45º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61EDFB is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB97237251-
CMYK0.610.0600.02
HSL185.45º95.06%68.24%-
HSV(B)185.45º61.35%98.43%-
XYZ52.6370.07102.02-
YUV196.74158.6256.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 16.58%
GREEN value IS 237 (92.97% from 255) = 40.51%
BLUE value IS 251 (98.44% from 255) = 42.91%
R=16.58%
G=40.51%
B=42.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal972372510.610.0600.02185.4595.0668.24
Hex61EDFB3D602b95f44
Octal14135537375602271137104
Binary110000111101101111110111111011100101011100110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,237,251); }

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

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

 a { background-color: rgb(97,237,251); }

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

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

 span { border-color: rgb(97,237,251); }

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