#6AC8FF

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

Shades of Maya Blue #6AC8FF

Tints of Maya Blue #6AC8FF

Color information

#6AC8FF (or 0x6AC8FF) is unknown color: approx Maya Blue. HEX triplet: 6A, C8 and FF. RGB value is (106,200,255). Sum of RGB (Red+Green+Blue) = 106+200+255=561 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.89% from 561); Green value is 200 (78.52% from 255 or 35.65% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #6AC8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AC8FF is #953700. Grayscale: #B1B1B1. Windows color (decimal): -9778945 or 16762986. OLE color: 16762986.

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

Color convert

RGB106200255-
CMYK0.580.2200
HSL202.15º100%70.78%-
HSV(B)202.15º58.43%100%-
XYZ44.6551.59102.21-
YUV178.16171.3676.53-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.89%
GREEN value IS 200 (78.52% from 255) = 35.65%
BLUE value IS 255 (100% from 255) = 45.45%
R=18.89%
G=35.65%
B=45.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1062002550.580.2200202.1510070.78
Hex6AC8FF3A1600ca6447
Octal152310377722600312144107
Binary1101010110010001111111111101010110001100101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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