#61EFFC

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

Shades of Baby Blue #61EFFC

Tints of Baby Blue #61EFFC

Color information

#61EFFC (or 0x61EFFC) is unknown color: approx Baby Blue. HEX triplet: 61, EF and FC. RGB value is (97,239,252). Sum of RGB (Red+Green+Blue) = 97+239+252=588 (77% of max value = 765). Red value is 97 (38.28% from 255 or 16.50% from 588); Green value is 239 (93.75% from 255 or 40.65% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #61EFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61EFFC is #9E1003. Grayscale: #C5C5C5. Windows color (decimal): -10358788 or 16576353. OLE color: 16576353.

HSL color Cylindrical-coordinate representation of color #61EFFC: hue angle of 185.03º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61EFFC is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB97239252-
CMYK0.620.0500.01
HSL185.03º96.27%68.43%-
HSV(B)185.03º61.51%98.82%-
XYZ53.3771.3103.05-
YUV198.02158.4655.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 16.50%
GREEN value IS 239 (93.75% from 255) = 40.65%
BLUE value IS 252 (98.83% from 255) = 42.86%
R=16.50%
G=40.65%
B=42.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal972392520.620.0500.01185.0396.2768.43
Hex61EFFC3E501b96044
Octal14135737476501271140104
Binary11000011110111111111100111110101011011100111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,239,252); }

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

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

 a { background-color: rgb(97,239,252); }

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

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

 span { border-color: rgb(97,239,252); }

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