#6AF3ED

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

Shades of Baby Blue #6AF3ED

Tints of Baby Blue #6AF3ED

Color information

#6AF3ED (or 0x6AF3ED) is unknown color: approx Baby Blue. HEX triplet: 6A, F3 and ED. RGB value is (106,243,237). Sum of RGB (Red+Green+Blue) = 106+243+237=586 (77% of max value = 765). Red value is 106 (41.80% from 255 or 18.09% from 586); Green value is 243 (95.31% from 255 or 41.47% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 243 - color contains mainly: green. Hex color #6AF3ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AF3ED is #950C12. Grayscale: #C9C9C9. Windows color (decimal): -9767955 or 15594346. OLE color: 15594346.

HSL color Cylindrical-coordinate representation of color #6AF3ED: hue angle of 177.37º degrees, saturation: 0.85, 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 #6AF3ED is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB106243237-
CMYK0.5600.020.05
HSL177.37º85.09%68.43%-
HSV(B)177.37º56.38%95.29%-
XYZ53.2873.2891.46-
YUV201.35148.1159.99-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.09%
GREEN value IS 243 (95.31% from 255) = 41.47%
BLUE value IS 237 (92.97% from 255) = 40.44%
R=18.09%
G=41.47%
B=40.44%

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
Decimal1062432370.5600.020.05177.3785.0968.43
Hex6AF3ED38025b15544
Octal15236335570025261125104
Binary110101011110011111011011110000101011011000110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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