#65AFF9

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

Shades of Maya Blue #65AFF9

Tints of Maya Blue #65AFF9

Color information

#65AFF9 (or 0x65AFF9) is unknown color: approx Maya Blue. HEX triplet: 65, AF and F9. RGB value is (101,175,249). Sum of RGB (Red+Green+Blue) = 101+175+249=525 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.24% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 249 (97.66% from 255 or 47.43% from 525); Max value from RGB is 249 - color contains mainly: blue. Hex color #65AFF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65AFF9 is #9A5006. Grayscale: #A0A0A0. Windows color (decimal): -10113031 or 16363365. OLE color: 16363365.

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

Color convert

RGB101175249-
CMYK0.590.3000.02
HSL210º92.5%68.63%-
HSV(B)210º59.44%97.65%-
XYZ37.840.2795.4-
YUV161.31177.4884.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.24%
GREEN value IS 175 (68.75% from 255) = 33.33%
BLUE value IS 249 (97.66% from 255) = 47.43%
R=19.24%
G=33.33%
B=47.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1011752490.590.3000.0221092.568.63
Hex65AFF93B1E02d25c45
Octal145257371733602322134105
Binary11001011010111111111001111011111100101101001010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65AFF9; }

 p { color: rgb(101,175,249); }

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

<style>
 a { background-color: #65AFF9; }

 a { background-color: rgb(101,175,249); }

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

<style>
 span { border-color: #65AFF9; }

 span { border-color: rgb(101,175,249); }

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