#6AC9FD

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

Shades of Maya Blue #6AC9FD

Tints of Maya Blue #6AC9FD

Color information

#6AC9FD (or 0x6AC9FD) is unknown color: approx Maya Blue. HEX triplet: 6A, C9 and FD. RGB value is (106,201,253). Sum of RGB (Red+Green+Blue) = 106+201+253=560 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.93% from 560); Green value is 201 (78.91% from 255 or 35.89% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #6AC9FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AC9FD is #953602. Grayscale: #B2B2B2. Windows color (decimal): -9778691 or 16632170. OLE color: 16632170.

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

Color convert

RGB106201253-
CMYK0.580.2100.01
HSL201.22º97.35%70.39%-
HSV(B)201.22º58.1%99.22%-
XYZ44.5651.93100.6-
YUV178.52170.0376.27-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.93%
GREEN value IS 201 (78.91% from 255) = 35.89%
BLUE value IS 253 (99.22% from 255) = 45.18%
R=18.93%
G=35.89%
B=45.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1062012530.580.2100.01201.2297.3570.39
Hex6AC9FD3A1501c96146
Octal152311375722501311141106
Binary1101010110010011111110111101010101011100100111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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