#69AEFE

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

Shades of Maya Blue #69AEFE

Tints of Maya Blue #69AEFE

Color information

#69AEFE (or 0x69AEFE) is unknown color: approx Maya Blue. HEX triplet: 69, AE and FE. RGB value is (105,174,254). Sum of RGB (Red+Green+Blue) = 105+174+254=533 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.70% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #69AEFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69AEFE is #965101. Grayscale: #A2A2A2. Windows color (decimal): -9851138 or 16690793. OLE color: 16690793.

HSL color Cylindrical-coordinate representation of color #69AEFE: hue angle of 212.21º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69AEFE is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB105174254-
CMYK0.590.3100.00
HSL212.21º98.68%70.39%-
HSV(B)212.21º58.66%99.61%-
XYZ38.8540.4399.52-
YUV162.49179.6487-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.70%
GREEN value IS 174 (68.36% from 255) = 32.65%
BLUE value IS 254 (99.61% from 255) = 47.65%
R=19.70%
G=32.65%
B=47.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1051742540.590.3100.00212.2198.6870.39
Hex69AEFE3B1F00d46346
Octal151256376733700324143106
Binary1101001101011101111111011101111111001101010011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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