#6AECFF

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

Shades of Baby Blue #6AECFF

Tints of Baby Blue #6AECFF

Color information

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

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

Color convert

RGB106236255-
CMYK0.580.0700
HSL187.65º100%70.78%-
HSV(B)187.65º58.43%100%-
XYZ53.9970.28105.33-
YUV199.3159.4361.46-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1062362550.580.0700187.6510070.78
Hex6AECFF3A700bc6447
Octal15235437772700274144107
Binary11010101110110011111111111010111001011110011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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