#61F0F9

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

Shades of Baby Blue #61F0F9

Tints of Baby Blue #61F0F9

Color information

#61F0F9 (or 0x61F0F9) is unknown color: approx Baby Blue. HEX triplet: 61, F0 and F9. RGB value is (97,240,249). Sum of RGB (Red+Green+Blue) = 97+240+249=586 (77% of max value = 765). Red value is 97 (38.28% from 255 or 16.55% from 586); Green value is 240 (94.14% from 255 or 40.96% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #61F0F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61F0F9 is #9E0F06. Grayscale: #C6C6C6. Windows color (decimal): -10358535 or 16380001. OLE color: 16380001.

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

Color convert

RGB97240249-
CMYK0.610.0400.02
HSL183.55º92.68%67.84%-
HSV(B)183.55º61.04%97.65%-
XYZ53.1971.7100.66-
YUV198.27156.6255.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 16.55%
GREEN value IS 240 (94.14% from 255) = 40.96%
BLUE value IS 249 (97.66% from 255) = 42.49%
R=16.55%
G=40.96%
B=42.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal972402490.610.0400.02183.5592.6867.84
Hex61F0F93D402b85d44
Octal14136037175402270135104
Binary110000111110000111110011111011000101011100010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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