#6AF4ED

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

Shades of Baby Blue #6AF4ED

Tints of Baby Blue #6AF4ED

Color information

#6AF4ED (or 0x6AF4ED) is unknown color: approx Baby Blue. HEX triplet: 6A, F4 and ED. RGB value is (106,244,237). Sum of RGB (Red+Green+Blue) = 106+244+237=587 (77% of max value = 765). Red value is 106 (41.80% from 255 or 18.06% from 587); Green value is 244 (95.70% from 255 or 41.57% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 244 - color contains mainly: green. Hex color #6AF4ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AF4ED is #950B12. Grayscale: #C9C9C9. Windows color (decimal): -9767699 or 15594602. OLE color: 15594602.

HSL color Cylindrical-coordinate representation of color #6AF4ED: hue angle of 176.96º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AF4ED is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB106244237-
CMYK0.5700.030.04
HSL176.96º86.25%68.63%-
HSV(B)176.96º56.56%95.69%-
XYZ53.5873.8891.56-
YUV201.94147.7859.57-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.06%
GREEN value IS 244 (95.70% from 255) = 41.57%
BLUE value IS 237 (92.97% from 255) = 40.37%
R=18.06%
G=41.57%
B=40.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1062442370.5700.030.04176.9686.2568.63
Hex6AF4ED39034b15645
Octal15236435571034261126105
Binary110101011110100111011011110010111001011000110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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