#65B8FA

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

Shades of Maya Blue #65B8FA

Tints of Maya Blue #65B8FA

Color information

#65B8FA (or 0x65B8FA) is unknown color: approx Maya Blue. HEX triplet: 65, B8 and FA. RGB value is (101,184,250). Sum of RGB (Red+Green+Blue) = 101+184+250=535 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.88% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #65B8FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65B8FA is #9A4705. Grayscale: #A6A6A6. Windows color (decimal): -10110726 or 16431205. OLE color: 16431205.

HSL color Cylindrical-coordinate representation of color #65B8FA: hue angle of 206.58º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65B8FA is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB101184250-
CMYK0.600.2600.02
HSL206.58º93.71%68.82%-
HSV(B)206.58º59.6%98.04%-
XYZ39.7643.9596.83-
YUV166.7117581.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.88%
GREEN value IS 184 (72.27% from 255) = 34.39%
BLUE value IS 250 (98.05% from 255) = 46.73%
R=18.88%
G=34.39%
B=46.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1011842500.600.2600.02206.5893.7168.82
Hex65B8FA3C1A02cf5e45
Octal145270372743202317136105
Binary11001011011100011111010111100110100101100111110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,184,250); }

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

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

 a { background-color: rgb(101,184,250); }

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

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

 span { border-color: rgb(101,184,250); }

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