#69AFFD

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

Shades of Maya Blue #69AFFD

Tints of Maya Blue #69AFFD

Color information

#69AFFD (or 0x69AFFD) is unknown color: approx Maya Blue. HEX triplet: 69, AF and FD. RGB value is (105,175,253). Sum of RGB (Red+Green+Blue) = 105+175+253=533 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.70% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #69AFFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69AFFD is #965002. Grayscale: #A2A2A2. Windows color (decimal): -9850883 or 16625513. OLE color: 16625513.

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

Color convert

RGB105175253-
CMYK0.580.3100.01
HSL211.62º97.37%70.2%-
HSV(B)211.62º58.5%99.22%-
XYZ38.8940.7698.75-
YUV162.96178.8186.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.70%
GREEN value IS 175 (68.75% from 255) = 32.83%
BLUE value IS 253 (99.22% from 255) = 47.47%
R=19.70%
G=32.83%
B=47.47%

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
Decimal1051752530.580.3100.01211.6297.3770.2
Hex69AFFD3A1F01d46146
Octal151257375723701324141106
Binary1101001101011111111110111101011111011101010011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,175,253); }

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

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

 a { background-color: rgb(105,175,253); }

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

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

 span { border-color: rgb(105,175,253); }

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