#6EEFFF

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

Shades of Baby Blue #6EEFFF

Tints of Baby Blue #6EEFFF

Color information

#6EEFFF (or 0x6EEFFF) is unknown color: approx Baby Blue. HEX triplet: 6E, EF and FF. RGB value is (110,239,255). Sum of RGB (Red+Green+Blue) = 110+239+255=604 (80% of max value = 765). Red value is 110 (43.36% from 255 or 18.21% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EEFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EEFFF is #911000. Grayscale: #CACACA. Windows color (decimal): -9506817 or 16772974. OLE color: 16772974.

HSL color Cylindrical-coordinate representation of color #6EEFFF: hue angle of 186.62º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EEFFF is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB110239255-
CMYK0.570.0600
HSL186.62º100%71.57%-
HSV(B)186.62º56.86%100%-
XYZ55.3572.27105.64-
YUV202.25157.7662.2-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.21%
GREEN value IS 239 (93.75% from 255) = 39.57%
BLUE value IS 255 (100% from 255) = 42.22%
R=18.21%
G=39.57%
B=42.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1102392550.570.0600186.6210071.57
Hex6EEFFF39600bb6448
Octal15635737771600273144110
Binary11011101110111111111111111001110001011101111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EEFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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