#69AEFC

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

Shades of Maya Blue #69AEFC

Tints of Maya Blue #69AEFC

Color information

#69AEFC (or 0x69AEFC) is unknown color: approx Maya Blue. HEX triplet: 69, AE and FC. RGB value is (105,174,252). Sum of RGB (Red+Green+Blue) = 105+174+252=531 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.77% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #69AEFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69AEFC is #965103. Grayscale: #A1A1A1. Windows color (decimal): -9851140 or 16559721. OLE color: 16559721.

HSL color Cylindrical-coordinate representation of color #69AEFC: hue angle of 211.84º degrees, saturation: 0.96, 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 #69AEFC is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB105174252-
CMYK0.580.3100.01
HSL211.84º96.08%70%-
HSV(B)211.84º58.33%98.82%-
XYZ38.5340.397.84-
YUV162.26178.6487.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.77%
GREEN value IS 174 (68.36% from 255) = 32.77%
BLUE value IS 252 (98.83% from 255) = 47.46%
R=19.77%
G=32.77%
B=47.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1051742520.580.3100.01211.8496.0870
Hex69AEFC3A1F01d46046
Octal151256374723701324140106
Binary1101001101011101111110011101011111011101010011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69AEFC; }

 p { color: rgb(105,174,252); }

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

<style>
 a { background-color: #69AEFC; }

 a { background-color: rgb(105,174,252); }

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

<style>
 span { border-color: #69AEFC; }

 span { border-color: rgb(105,174,252); }

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