#65ABFF

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

Shades of Maya Blue #65ABFF

Tints of Maya Blue #65ABFF

Color information

#65ABFF (or 0x65ABFF) is unknown color: approx Maya Blue. HEX triplet: 65, AB and FF. RGB value is (101,171,255). Sum of RGB (Red+Green+Blue) = 101+171+255=527 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.17% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #65ABFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65ABFF is #9A5400. Grayscale: #9F9F9F. Windows color (decimal): -10114049 or 16755557. OLE color: 16755557.

HSL color Cylindrical-coordinate representation of color #65ABFF: hue angle of 212.73º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65ABFF is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB101171255-
CMYK0.600.3300
HSL212.73º100%69.8%-
HSV(B)212.73º60.39%100%-
XYZ37.9839.11100.16-
YUV159.65181.8186.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.17%
GREEN value IS 171 (67.19% from 255) = 32.45%
BLUE value IS 255 (100% from 255) = 48.39%
R=19.17%
G=32.45%
B=48.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1011712550.600.3300212.7310069.8
Hex65ABFF3C2100d56446
Octal145253377744100325144106
Binary11001011010101111111111111100100001001101010111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,171,255); }

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

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

 a { background-color: rgb(101,171,255); }

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

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

 span { border-color: rgb(101,171,255); }

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