#65B4F9

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

Shades of Maya Blue #65B4F9

Tints of Maya Blue #65B4F9

Color information

#65B4F9 (or 0x65B4F9) is unknown color: approx Maya Blue. HEX triplet: 65, B4 and F9. RGB value is (101,180,249). Sum of RGB (Red+Green+Blue) = 101+180+249=530 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.06% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 249 - color contains mainly: blue. Hex color #65B4F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65B4F9 is #9A4B06. Grayscale: #A3A3A3. Windows color (decimal): -10111751 or 16364645. OLE color: 16364645.

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

Color convert

RGB101180249-
CMYK0.590.2800.02
HSL207.97º92.5%68.63%-
HSV(B)207.97º59.44%97.65%-
XYZ38.7942.2595.73-
YUV164.24175.8382.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.06%
GREEN value IS 180 (70.70% from 255) = 33.96%
BLUE value IS 249 (97.66% from 255) = 46.98%
R=19.06%
G=33.96%
B=46.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1011802490.590.2800.02207.9792.568.63
Hex65B4F93B1C02d05c45
Octal145264371733402320134105
Binary11001011011010011111001111011111000101101000010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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