#6AC4FF

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

Shades of Maya Blue #6AC4FF

Tints of Maya Blue #6AC4FF

Color information

#6AC4FF (or 0x6AC4FF) is unknown color: approx Maya Blue. HEX triplet: 6A, C4 and FF. RGB value is (106,196,255). Sum of RGB (Red+Green+Blue) = 106+196+255=557 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.03% from 557); Green value is 196 (76.95% from 255 or 35.19% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #6AC4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AC4FF is #953B00. Grayscale: #AFAFAF. Windows color (decimal): -9779969 or 16761962. OLE color: 16761962.

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

Color convert

RGB106196255-
CMYK0.580.2300
HSL203.76º100%70.78%-
HSV(B)203.76º58.43%100%-
XYZ43.7349.76101.91-
YUV175.82172.6878.2-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.03%
GREEN value IS 196 (76.95% from 255) = 35.19%
BLUE value IS 255 (100% from 255) = 45.78%
R=19.03%
G=35.19%
B=45.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1061962550.580.2300203.7610070.78
Hex6AC4FF3A1700cc6447
Octal152304377722700314144107
Binary1101010110001001111111111101010111001100110011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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