#65ADF9

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

Shades of Maya Blue #65ADF9

Tints of Maya Blue #65ADF9

Color information

#65ADF9 (or 0x65ADF9) is unknown color: approx Maya Blue. HEX triplet: 65, AD and F9. RGB value is (101,173,249). Sum of RGB (Red+Green+Blue) = 101+173+249=523 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.31% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 249 (97.66% from 255 or 47.61% from 523); Max value from RGB is 249 - color contains mainly: blue. Hex color #65ADF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65ADF9 is #9A5206. Grayscale: #9F9F9F. Windows color (decimal): -10113543 or 16362853. OLE color: 16362853.

HSL color Cylindrical-coordinate representation of color #65ADF9: hue angle of 210.81º 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 #65ADF9 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB101173249-
CMYK0.590.3100.02
HSL210.81º92.5%68.63%-
HSV(B)210.81º59.44%97.65%-
XYZ37.4139.4995.27-
YUV160.14178.1585.82-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.31%
GREEN value IS 173 (67.97% from 255) = 33.08%
BLUE value IS 249 (97.66% from 255) = 47.61%
R=19.31%
G=33.08%
B=47.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1011732490.590.3100.02210.8192.568.63
Hex65ADF93B1F02d35c45
Octal145255371733702323134105
Binary11001011010110111111001111011111110101101001110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ADF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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