#6AF2ED

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

Shades of Baby Blue #6AF2ED

Tints of Baby Blue #6AF2ED

Color information

#6AF2ED (or 0x6AF2ED) is unknown color: approx Baby Blue. HEX triplet: 6A, F2 and ED. RGB value is (106,242,237). Sum of RGB (Red+Green+Blue) = 106+242+237=585 (77% of max value = 765). Red value is 106 (41.80% from 255 or 18.12% from 585); Green value is 242 (94.92% from 255 or 41.37% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 242 - color contains mainly: green. Hex color #6AF2ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AF2ED is #950D12. Grayscale: #C8C8C8. Windows color (decimal): -9768211 or 15594090. OLE color: 15594090.

HSL color Cylindrical-coordinate representation of color #6AF2ED: hue angle of 177.79º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF2ED is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB106242237-
CMYK0.5600.020.05
HSL177.79º83.95%68.24%-
HSV(B)177.79º56.2%94.9%-
XYZ52.9872.6891.36-
YUV200.77148.4460.41-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.12%
GREEN value IS 242 (94.92% from 255) = 41.37%
BLUE value IS 237 (92.97% from 255) = 40.51%
R=18.12%
G=41.37%
B=40.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1062422370.5600.020.05177.7983.9568.24
Hex6AF2ED38025b25444
Octal15236235570025262124104
Binary110101011110010111011011110000101011011001010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,242,237); }

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

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

 a { background-color: rgb(106,242,237); }

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

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

 span { border-color: rgb(106,242,237); }

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