#61FAF0

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

Shades of Baby Blue #61FAF0

Tints of Baby Blue #61FAF0

Color information

#61FAF0 (or 0x61FAF0) is unknown color: approx Baby Blue. HEX triplet: 61, FA and F0. RGB value is (97,250,240). Sum of RGB (Red+Green+Blue) = 97+250+240=587 (77% of max value = 765). Red value is 97 (38.28% from 255 or 16.52% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 240 (94.14% from 255 or 40.89% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #61FAF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61FAF0 is #9E050F. Grayscale: #CBCBCB. Windows color (decimal): -10355984 or 15792737. OLE color: 15792737.

HSL color Cylindrical-coordinate representation of color #61FAF0: hue angle of 176.08º degrees, saturation: 0.94, 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 #61FAF0 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB97250240-
CMYK0.6100.040.02
HSL176.08º93.87%68.04%-
HSV(B)176.08º61.2%98.04%-
XYZ54.8477.294.45-
YUV203.11148.8152.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 16.52%
GREEN value IS 250 (98.05% from 255) = 42.59%
BLUE value IS 240 (94.14% from 255) = 40.89%
R=16.52%
G=42.59%
B=40.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal972502400.6100.040.02176.0893.8768.04
Hex61FAF03D042b05e44
Octal14137236075042260136104
Binary110000111111010111100001111010100101011000010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61FAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,250,240); }

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

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

 a { background-color: rgb(97,250,240); }

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

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

 span { border-color: rgb(97,250,240); }

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