#65B0F9

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

Shades of Maya Blue #65B0F9

Tints of Maya Blue #65B0F9

Color information

#65B0F9 (or 0x65B0F9) is unknown color: approx Maya Blue. HEX triplet: 65, B0 and F9. RGB value is (101,176,249). Sum of RGB (Red+Green+Blue) = 101+176+249=526 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.20% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 249 (97.66% from 255 or 47.34% from 526); Max value from RGB is 249 - color contains mainly: blue. Hex color #65B0F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65B0F9 is #9A4F06. Grayscale: #A1A1A1. Windows color (decimal): -10112775 or 16363621. OLE color: 16363621.

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

Color convert

RGB101176249-
CMYK0.590.2900.02
HSL209.59º92.5%68.63%-
HSV(B)209.59º59.44%97.65%-
XYZ37.9940.6695.47-
YUV161.9177.1584.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.20%
GREEN value IS 176 (69.14% from 255) = 33.46%
BLUE value IS 249 (97.66% from 255) = 47.34%
R=19.20%
G=33.46%
B=47.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1011762490.590.2900.02209.5992.568.63
Hex65B0F93B1D02d25c45
Octal145260371733502322134105
Binary11001011011000011111001111011111010101101001010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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