#6CFFEC

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

Shades of Baby Blue #6CFFEC

Tints of Baby Blue #6CFFEC

Color information

#6CFFEC (or 0x6CFFEC) is unknown color: approx Baby Blue. HEX triplet: 6C, FF and EC. RGB value is (108,255,236). Sum of RGB (Red+Green+Blue) = 108+255+236=599 (79% of max value = 765). Red value is 108 (42.58% from 255 or 18.03% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #6CFFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CFFEC is #930013. Grayscale: #D0D0D0. Windows color (decimal): -9633812 or 15531884. OLE color: 15531884.

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

Color convert

RGB108255236-
CMYK0.5800.070
HSL172.24º100%71.18%-
HSV(B)172.24º57.65%100%-
XYZ57.0880.7691.94-
YUV208.88143.356.04-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.03%
GREEN value IS 255 (100% from 255) = 42.57%
BLUE value IS 236 (92.58% from 255) = 39.40%
R=18.03%
G=42.57%
B=39.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1082552360.5800.070172.2410071.18
Hex6CFFEC3A070ac6447
Octal15437735472070254144107
Binary11011001111111111101100111010011101010110011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CFFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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