#6FAEFA

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

Shades of Maya Blue #6FAEFA

Tints of Maya Blue #6FAEFA

Color information

#6FAEFA (or 0x6FAEFA) is unknown color: approx Maya Blue. HEX triplet: 6F, AE and FA. RGB value is (111,174,250). Sum of RGB (Red+Green+Blue) = 111+174+250=535 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.75% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #6FAEFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FAEFA is #905105. Grayscale: #A3A3A3. Windows color (decimal): -9457926 or 16428655. OLE color: 16428655.

HSL color Cylindrical-coordinate representation of color #6FAEFA: hue angle of 212.81º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FAEFA is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB111174250-
CMYK0.560.3000.02
HSL212.81º93.29%70.78%-
HSV(B)212.81º55.6%98.04%-
XYZ38.9540.5596.22-
YUV163.83176.6390.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.75%
GREEN value IS 174 (68.36% from 255) = 32.52%
BLUE value IS 250 (98.05% from 255) = 46.73%
R=20.75%
G=32.52%
B=46.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1111742500.560.3000.02212.8193.2970.78
Hex6FAEFA381E02d55d47
Octal157256372703602325135107
Binary11011111010111011111010111000111100101101010110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,174,250); }

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

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

 a { background-color: rgb(111,174,250); }

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

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

 span { border-color: rgb(111,174,250); }

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