#65B2FF

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

Shades of Maya Blue #65B2FF

Tints of Maya Blue #65B2FF

Color information

#65B2FF (or 0x65B2FF) is unknown color: approx Maya Blue. HEX triplet: 65, B2 and FF. RGB value is (101,178,255). Sum of RGB (Red+Green+Blue) = 101+178+255=534 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.91% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #65B2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65B2FF is #9A4D00. Grayscale: #A3A3A3. Windows color (decimal): -10112257 or 16757349. OLE color: 16757349.

HSL color Cylindrical-coordinate representation of color #65B2FF: hue angle of 210º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65B2FF is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB101178255-
CMYK0.600.3000
HSL210º100%69.8%-
HSV(B)210º60.39%100%-
XYZ39.3441.83100.61-
YUV163.76179.4983.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.91%
GREEN value IS 178 (69.92% from 255) = 33.33%
BLUE value IS 255 (100% from 255) = 47.75%
R=18.91%
G=33.33%
B=47.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1011782550.600.300021010069.8
Hex65B2FF3C1E00d26446
Octal145262377743600322144106
Binary1100101101100101111111111110011110001101001011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,178,255); }

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

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

 a { background-color: rgb(101,178,255); }

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

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

 span { border-color: rgb(101,178,255); }

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