#6EFFEC

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

Shades of Baby Blue #6EFFEC

Tints of Baby Blue #6EFFEC

Color information

#6EFFEC (or 0x6EFFEC) is unknown color: approx Baby Blue. HEX triplet: 6E, FF and EC. RGB value is (110,255,236). Sum of RGB (Red+Green+Blue) = 110+255+236=601 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.30% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFFEC is #910013. Grayscale: #D1D1D1. Windows color (decimal): -9502740 or 15531886. OLE color: 15531886.

HSL color Cylindrical-coordinate representation of color #6EFFEC: hue angle of 172.14º 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 #6EFFEC is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB110255236-
CMYK0.5700.070
HSL172.14º100%71.57%-
HSV(B)172.14º56.86%100%-
XYZ57.3380.8991.95-
YUV209.48142.9657.04-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.30%
GREEN value IS 255 (100% from 255) = 42.43%
BLUE value IS 236 (92.58% from 255) = 39.27%
R=18.30%
G=42.43%
B=39.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1102552360.5700.070172.1410071.57
Hex6EFFEC39070ac6448
Octal15637735471070254144110
Binary11011101111111111101100111001011101010110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EFFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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