#6affef

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

Shades of Baby Blue #6AFFEF

Tints of Baby Blue #6AFFEF

Color information

#6AFFEF (or 0x6AFFEF) is unknown color: approx Baby Blue. HEX triplet: 6A, FF and EF. RGB value is (106,255,239). Sum of RGB (Red+Green+Blue) = 106+255+239=600 (79% of max value = 765). Red value is 106 (41.80% from 255 or 17.67% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFFEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFFEF is #950010. Grayscale: #D0D0D0. Windows color (decimal): -9764881 or 15728490. OLE color: 15728490.

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

Color convert

RGB106255239-
CMYK0.5800.060
HSL173.56º100%70.78%-
HSV(B)173.56º58.43%100%-
XYZ57.2880.8294.24-
YUV208.62145.1454.8-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 17.67%
GREEN value IS 255 (100% from 255) = 42.5%
BLUE value IS 239 (93.75% from 255) = 39.83%
R=17.67%
G=42.5%
B=39.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1062552390.5800.060173.5610070.78
Hex6AFFEF3A060ae6447
Octal15237735772060256144107
Binary11010101111111111101111111010011001010111011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6affef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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