#61F1EC

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

Shades of Baby Blue #61F1EC

Tints of Baby Blue #61F1EC

Color information

#61F1EC (or 0x61F1EC) is unknown color: approx Baby Blue. HEX triplet: 61, F1 and EC. RGB value is (97,241,236). Sum of RGB (Red+Green+Blue) = 97+241+236=574 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.90% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 241 - color contains mainly: green. Hex color #61F1EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61F1EC is #9E0E13. Grayscale: #C5C5C5. Windows color (decimal): -10358292 or 15528289. OLE color: 15528289.

HSL color Cylindrical-coordinate representation of color #61F1EC: hue angle of 177.92º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F1EC is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB97241236-
CMYK0.6000.020.05
HSL177.92º83.72%66.27%-
HSV(B)177.92º59.75%94.51%-
XYZ51.5371.5190.44-
YUV197.37149.7956.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 16.90%
GREEN value IS 241 (94.53% from 255) = 41.99%
BLUE value IS 236 (92.58% from 255) = 41.11%
R=16.90%
G=41.99%
B=41.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal972412360.6000.020.05177.9283.7266.27
Hex61F1EC3C025b25442
Octal14136135474025262124102
Binary110000111110001111011001111000101011011001010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,241,236); }

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

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

 a { background-color: rgb(97,241,236); }

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

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

 span { border-color: rgb(97,241,236); }

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