#65AFF8

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

Shades of Maya Blue #65AFF8

Tints of Maya Blue #65AFF8

Color information

#65AFF8 (or 0x65AFF8) is unknown color: approx Maya Blue. HEX triplet: 65, AF and F8. RGB value is (101,175,248). Sum of RGB (Red+Green+Blue) = 101+175+248=524 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.27% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 248 (97.27% from 255 or 47.33% from 524); Max value from RGB is 248 - color contains mainly: blue. Hex color #65AFF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65AFF8 is #9A5007. Grayscale: #A0A0A0. Windows color (decimal): -10113032 or 16297829. OLE color: 16297829.

HSL color Cylindrical-coordinate representation of color #65AFF8: hue angle of 209.8º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65AFF8 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB101175248-
CMYK0.590.2900.03
HSL209.8º91.3%68.43%-
HSV(B)209.8º59.27%97.25%-
XYZ37.6440.294.58-
YUV161.2176.9885.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.27%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 248 (97.27% from 255) = 47.33%
R=19.27%
G=33.40%
B=47.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1011752480.590.2900.03209.891.368.43
Hex65AFF83B1D03d25b44
Octal145257370733503322133104
Binary11001011010111111111000111011111010111101001010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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