#6EEFF1

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

Shades of Baby Blue #6EEFF1

Tints of Baby Blue #6EEFF1

Color information

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

HSL color Cylindrical-coordinate representation of color #6EEFF1: hue angle of 180.92º 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 #6EEFF1 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB110239241-
CMYK0.540.0100.05
HSL180.92º82.39%68.82%-
HSV(B)180.92º54.36%94.51%-
XYZ53.1771.494.2-
YUV200.66150.7663.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1102392410.540.0100.05180.9282.3968.82
Hex6EEFF136105b55245
Octal15635736166105265122105
Binary11011101110111111110001110110101011011010110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EEFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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