#6EF1EF

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

Shades of Baby Blue #6EF1EF

Tints of Baby Blue #6EF1EF

Color information

#6EF1EF (or 0x6EF1EF) is unknown color: approx Baby Blue. HEX triplet: 6E, F1 and EF. RGB value is (110,241,239). Sum of RGB (Red+Green+Blue) = 110+241+239=590 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.64% from 590); Green value is 241 (94.53% from 255 or 40.85% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 241 - color contains mainly: green. Hex color #6EF1EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EF1EF is #910E10. Grayscale: #C9C9C9. Windows color (decimal): -9506321 or 15724910. OLE color: 15724910.

HSL color Cylindrical-coordinate representation of color #6EF1EF: hue angle of 179.08º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EF1EF is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB110241239-
CMYK0.5400.010.05
HSL179.08º82.39%68.82%-
HSV(B)179.08º54.36%94.51%-
XYZ53.4772.4692.83-
YUV201.6149.162.66-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.64%
GREEN value IS 241 (94.53% from 255) = 40.85%
BLUE value IS 239 (93.75% from 255) = 40.51%
R=18.64%
G=40.85%
B=40.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1102412390.5400.010.05179.0882.3968.82
Hex6EF1EF36015b35245
Octal15636135766015263122105
Binary11011101111000111101111110110011011011001110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,241,239); }

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

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

 a { background-color: rgb(110,241,239); }

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

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

 span { border-color: rgb(110,241,239); }

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