#6AECFD

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

Shades of Baby Blue #6AECFD

Tints of Baby Blue #6AECFD

Color information

#6AECFD (or 0x6AECFD) is unknown color: approx Baby Blue. HEX triplet: 6A, EC and FD. RGB value is (106,236,253). Sum of RGB (Red+Green+Blue) = 106+236+253=595 (78% of max value = 765). Red value is 106 (41.80% from 255 or 17.82% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #6AECFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AECFD is #951302. Grayscale: #C6C6C6. Windows color (decimal): -9769731 or 16641130. OLE color: 16641130.

HSL color Cylindrical-coordinate representation of color #6AECFD: hue angle of 186.94º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AECFD is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB106236253-
CMYK0.580.0700.01
HSL186.94º97.35%70.39%-
HSV(B)186.94º58.1%99.22%-
XYZ53.6770.15103.64-
YUV199.07158.4361.62-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 17.82%
GREEN value IS 236 (92.58% from 255) = 39.66%
BLUE value IS 253 (99.22% from 255) = 42.52%
R=17.82%
G=39.66%
B=42.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1062362530.580.0700.01186.9497.3570.39
Hex6AECFD3A701bb6146
Octal15235437572701273141106
Binary11010101110110011111101111010111011011101111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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