#6EFCF0

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

Shades of Baby Blue #6EFCF0

Tints of Baby Blue #6EFCF0

Color information

#6EFCF0 (or 0x6EFCF0) is unknown color: approx Baby Blue. HEX triplet: 6E, FC and F0. RGB value is (110,252,240). Sum of RGB (Red+Green+Blue) = 110+252+240=602 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.27% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 240 (94.14% from 255 or 39.87% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #6EFCF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFCF0 is #91030F. Grayscale: #D0D0D0. Windows color (decimal): -9503504 or 15793262. OLE color: 15793262.

HSL color Cylindrical-coordinate representation of color #6EFCF0: hue angle of 174.93º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EFCF0 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB110252240-
CMYK0.5600.050.01
HSL174.93º95.95%70.98%-
HSV(B)174.93º56.35%98.82%-
XYZ56.9779.2394.73-
YUV208.17145.9657.98-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.27%
GREEN value IS 252 (98.83% from 255) = 41.86%
BLUE value IS 240 (94.14% from 255) = 39.87%
R=18.27%
G=41.86%
B=39.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1102522400.5600.050.01174.9395.9570.98
Hex6EFCF038051af6047
Octal15637436070051257140107
Binary11011101111110011110000111000010111010111111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EFCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EFCF0; }

 p { color: rgb(110,252,240); }

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

<style>
 a { background-color: #6EFCF0; }

 a { background-color: rgb(110,252,240); }

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

<style>
 span { border-color: #6EFCF0; }

 span { border-color: rgb(110,252,240); }

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