#61F6EA

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

Shades of Baby Blue #61F6EA

Tints of Baby Blue #61F6EA

Color information

#61F6EA (or 0x61F6EA) is unknown color: approx Baby Blue. HEX triplet: 61, F6 and EA. RGB value is (97,246,234). Sum of RGB (Red+Green+Blue) = 97+246+234=577 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.81% from 577); Green value is 246 (96.48% from 255 or 42.63% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 246 - color contains mainly: green. Hex color #61F6EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61F6EA is #9E0915. Grayscale: #C7C7C7. Windows color (decimal): -10357014 or 15398497. OLE color: 15398497.

HSL color Cylindrical-coordinate representation of color #61F6EA: hue angle of 175.17º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61F6EA is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB97246234-
CMYK0.6100.050.04
HSL175.17º89.22%67.25%-
HSV(B)175.17º60.57%96.47%-
XYZ52.7474.3989.42-
YUV200.08147.1454.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 16.81%
GREEN value IS 246 (96.48% from 255) = 42.63%
BLUE value IS 234 (91.80% from 255) = 40.55%
R=16.81%
G=42.63%
B=40.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal972462340.6100.050.04175.1789.2267.25
Hex61F6EA3D054af5943
Octal14136635275054257131103
Binary1100001111101101110101011110101011001010111110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,246,234); }

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

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

 a { background-color: rgb(97,246,234); }

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

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

 span { border-color: rgb(97,246,234); }

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