#6affec

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

Shades of Baby Blue #6AFFEC

Tints of Baby Blue #6AFFEC

Color information

#6AFFEC (or 0x6AFFEC) is unknown color: approx Baby Blue. HEX triplet: 6A, FF and EC. RGB value is (106,255,236). Sum of RGB (Red+Green+Blue) = 106+255+236=597 (79% of max value = 765). Red value is 106 (41.80% from 255 or 17.76% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFFEC is #950013. Grayscale: #D0D0D0. Windows color (decimal): -9764884 or 15531882. OLE color: 15531882.

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

Color convert

RGB106255236-
CMYK0.5800.070
HSL172.35º100%70.78%-
HSV(B)172.35º58.43%100%-
XYZ56.8480.6491.93-
YUV208.28143.6455.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 17.76%
GREEN value IS 255 (100% from 255) = 42.71%
BLUE value IS 236 (92.58% from 255) = 39.53%
R=17.76%
G=42.71%
B=39.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1062552360.5800.070172.3510070.78
Hex6AFFEC3A070ac6447
Octal15237735472070254144107
Binary11010101111111111101100111010011101010110011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6affec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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