Html Css Color HEX #65B2FE Maya Blue

📋 copy color: '#65B2FE'

red 101 ◦ green 178 ◦ blue 254

#65B2FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #65B2FE

Tints of Maya Blue #65B2FE

RGB

 RED value IS 101 (39.84% from 255) = 18.95%

 GREEN value IS 178 (69.92% from 255) = 33.4%

 BLUE value IS 254 (99.61% from 255) = 47.65%

R = 18.95%
G = 33.4%
B = 47.65%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#65B2FE (or 0x65B2FE) is known color: Maya Blue. HEX triplet: 65, B2 and FE. RGB value is (101,178,254). Sum of RGB (Red+Green+Blue) = 101+178+254=533 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.95% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #65B2FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65B2FE is #9A4D01. Grayscale: #A3A3A3. Windows color (decimal): -10112258 or 16691813. OLE color: 16691813.

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

Color convert

RGB 101 178 254 -
CMYK 0.60 0.30 0 0.00
HSL 209.8º 0.99% 0.7% -
HSV(B) 209.8º 0.6% 1% -
XYZ 39.18 41.76 99.76 -
YUV 163.64 178.99 83.32 -
System Red Green Blue C M Y K H S L
Decimal 101 178 254 0.60 0.30 0 0.00 209.8 0.99 0.7
Hex 65 B2 FE 3C 1E 0 0 D2 63 46
Octal 145 262 376 74 36 0 0 322 143 106
Binary 1100101 10110010 11111110 111100 11110 0 0 11010010 1100011 1000110

Color Harmonies of #65B2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B2FE

Black with #65B2FE

Text Example


Text Example

White with #65B2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #65B2FE;
 }
 .AnyTagClassName
 {
   color: #65B2FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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