Html Css Color HEX #65B4FE Maya Blue

📋 copy color: '#65B4FE'

red 101 ◦ green 180 ◦ blue 254

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

Shades of Maya Blue #65B4FE

Tints of Maya Blue #65B4FE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.64%

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

R = 18.88%
G = 33.64%
B = 47.48%

CMYK

 C value IS 0.60

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#65B4FE (or 0x65B4FE) is known color: Maya Blue. HEX triplet: 65, B4 and FE. RGB value is (101,180,254). Sum of RGB (Red+Green+Blue) = 101+180+254=535 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.88% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #65B4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65B4FE is #9A4B01. Grayscale: #A4A4A4. Windows color (decimal): -10111746 or 16692325. OLE color: 16692325.

HSL color Cylindrical-coordinate representation of color #65B4FE: hue angle of 209.02º 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 #65B4FE is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 101 180 254 -
CMYK 0.60 0.29 0 0.00
HSL 209.02º 0.99% 0.7% -
HSV(B) 209.02º 0.6% 1% -
XYZ 39.58 42.56 99.9 -
YUV 164.82 178.33 82.48 -
System Red Green Blue C M Y K H S L
Decimal 101 180 254 0.60 0.29 0 0.00 209.02 0.99 0.7
Hex 65 B4 FE 3C 1D 0 0 D1 63 46
Octal 145 264 376 74 35 0 0 321 143 106
Binary 1100101 10110100 11111110 111100 11101 0 0 11010001 1100011 1000110

Color Harmonies of #65B4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B4FE

Black with #65B4FE

Text Example


Text Example

White with #65B4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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