#61F6ED

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

Shades of Baby Blue #61F6ED

Tints of Baby Blue #61F6ED

Color information

#61F6ED (or 0x61F6ED) is unknown color: approx Baby Blue. HEX triplet: 61, F6 and ED. RGB value is (97,246,237). Sum of RGB (Red+Green+Blue) = 97+246+237=580 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.72% from 580); Green value is 246 (96.48% from 255 or 42.41% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 246 - color contains mainly: green. Hex color #61F6ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61F6ED is #9E0912. Grayscale: #C8C8C8. Windows color (decimal): -10357011 or 15595105. OLE color: 15595105.

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

Color convert

RGB97246237-
CMYK0.6100.040.04
HSL176.38º89.22%67.25%-
HSV(B)176.38º60.57%96.47%-
XYZ53.1774.5791.71-
YUV200.42148.6454.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 16.72%
GREEN value IS 246 (96.48% from 255) = 42.41%
BLUE value IS 237 (92.97% from 255) = 40.86%
R=16.72%
G=42.41%
B=40.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal972462370.6100.040.04176.3889.2267.25
Hex61F6ED3D044b05943
Octal14136635575044260131103
Binary1100001111101101110110111110101001001011000010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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