#69AFFC

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

Shades of Maya Blue #69AFFC

Tints of Maya Blue #69AFFC

Color information

#69AFFC (or 0x69AFFC) is unknown color: approx Maya Blue. HEX triplet: 69, AF and FC. RGB value is (105,175,252). Sum of RGB (Red+Green+Blue) = 105+175+252=532 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.74% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #69AFFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69AFFC is #965003. Grayscale: #A2A2A2. Windows color (decimal): -9850884 or 16559977. OLE color: 16559977.

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

Color convert

RGB105175252-
CMYK0.580.3100.01
HSL211.43º96.08%70%-
HSV(B)211.43º58.33%98.82%-
XYZ38.7340.6997.91-
YUV162.85178.3186.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.74%
GREEN value IS 175 (68.75% from 255) = 32.89%
BLUE value IS 252 (98.83% from 255) = 47.37%
R=19.74%
G=32.89%
B=47.37%

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
Decimal1051752520.580.3100.01211.4396.0870
Hex69AFFC3A1F01d36046
Octal151257374723701323140106
Binary1101001101011111111110011101011111011101001111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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