#6EF4F0

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

Shades of Baby Blue #6EF4F0

Tints of Baby Blue #6EF4F0

Color information

#6EF4F0 (or 0x6EF4F0) is unknown color: approx Baby Blue. HEX triplet: 6E, F4 and F0. RGB value is (110,244,240). Sum of RGB (Red+Green+Blue) = 110+244+240=594 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.52% from 594); Green value is 244 (95.70% from 255 or 41.08% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 244 - color contains mainly: green. Hex color #6EF4F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EF4F0 is #910B0F. Grayscale: #CBCBCB. Windows color (decimal): -9505552 or 15791214. OLE color: 15791214.

HSL color Cylindrical-coordinate representation of color #6EF4F0: hue angle of 178.21º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EF4F0 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB110244240-
CMYK0.5500.020.04
HSL178.21º85.9%69.41%-
HSV(B)178.21º54.92%95.69%-
XYZ54.5174.3193.91-
YUV203.48148.6161.33-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.52%
GREEN value IS 244 (95.70% from 255) = 41.08%
BLUE value IS 240 (94.14% from 255) = 40.40%
R=18.52%
G=41.08%
B=40.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1102442400.5500.020.04178.2185.969.41
Hex6EF4F037024b25645
Octal15636436067024262126105
Binary110111011110100111100001101110101001011001010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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