#65B3F9

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

Shades of Maya Blue #65B3F9

Tints of Maya Blue #65B3F9

Color information

#65B3F9 (or 0x65B3F9) is unknown color: approx Maya Blue. HEX triplet: 65, B3 and F9. RGB value is (101,179,249). Sum of RGB (Red+Green+Blue) = 101+179+249=529 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.09% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 249 (97.66% from 255 or 47.07% from 529); Max value from RGB is 249 - color contains mainly: blue. Hex color #65B3F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65B3F9 is #9A4C06. Grayscale: #A3A3A3. Windows color (decimal): -10112007 or 16364389. OLE color: 16364389.

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

Color convert

RGB101179249-
CMYK0.590.2800.02
HSL208.38º92.5%68.63%-
HSV(B)208.38º59.44%97.65%-
XYZ38.5941.8595.67-
YUV163.66176.1683.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.09%
GREEN value IS 179 (70.31% from 255) = 33.84%
BLUE value IS 249 (97.66% from 255) = 47.07%
R=19.09%
G=33.84%
B=47.07%

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
Decimal1011792490.590.2800.02208.3892.568.63
Hex65B3F93B1C02d05c45
Octal145263371733402320134105
Binary11001011011001111111001111011111000101101000010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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