#65BEFB

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

Shades of Maya Blue #65BEFB

Tints of Maya Blue #65BEFB

Color information

#65BEFB (or 0x65BEFB) is unknown color: approx Maya Blue. HEX triplet: 65, BE and FB. RGB value is (101,190,251). Sum of RGB (Red+Green+Blue) = 101+190+251=542 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.63% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #65BEFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BEFB is #9A4104. Grayscale: #AAAAAA. Windows color (decimal): -10109189 or 16498277. OLE color: 16498277.

HSL color Cylindrical-coordinate representation of color #65BEFB: hue angle of 204.4º degrees, saturation: 0.95, 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 #65BEFB is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB101190251-
CMYK0.600.2400.02
HSL204.4º94.94%69.02%-
HSV(B)204.4º59.76%98.43%-
XYZ41.1946.5698.08-
YUV170.34173.5178.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.63%
GREEN value IS 190 (74.61% from 255) = 35.06%
BLUE value IS 251 (98.44% from 255) = 46.31%
R=18.63%
G=35.06%
B=46.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1011902510.600.2400.02204.494.9469.02
Hex65BEFB3C1802cc5f45
Octal145276373743002314137105
Binary11001011011111011111011111100110000101100110010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,190,251); }

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

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

 a { background-color: rgb(101,190,251); }

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

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

 span { border-color: rgb(101,190,251); }

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