#61F8EC

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

Shades of Baby Blue #61F8EC

Tints of Baby Blue #61F8EC

Color information

#61F8EC (or 0x61F8EC) is unknown color: approx Baby Blue. HEX triplet: 61, F8 and EC. RGB value is (97,248,236). Sum of RGB (Red+Green+Blue) = 97+248+236=581 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.70% from 581); Green value is 248 (97.27% from 255 or 42.69% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 248 - color contains mainly: green. Hex color #61F8EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61F8EC is #9E0713. Grayscale: #C9C9C9. Windows color (decimal): -10356500 or 15530081. OLE color: 15530081.

HSL color Cylindrical-coordinate representation of color #61F8EC: hue angle of 175.23º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61F8EC is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB97248236-
CMYK0.6100.050.03
HSL175.23º91.52%67.65%-
HSV(B)175.23º60.89%97.25%-
XYZ53.6475.7391.15-
YUV201.48147.4753.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 16.70%
GREEN value IS 248 (97.27% from 255) = 42.69%
BLUE value IS 236 (92.58% from 255) = 40.62%
R=16.70%
G=42.69%
B=40.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal972482360.6100.050.03175.2391.5267.65
Hex61F8EC3D053af5c44
Octal14137035475053257134104
Binary110000111111000111011001111010101111010111110111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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