Html Css Color HEX #65B8FE Maya Blue

📋 copy color: '#65B8FE'

red 101 ◦ green 184 ◦ blue 254

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

Shades of Maya Blue #65B8FE

Tints of Maya Blue #65B8FE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.14%

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

R = 18.74%
G = 34.14%
B = 47.12%

CMYK

 C value IS 0.60

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#65B8FE (or 0x65B8FE) is known color: Maya Blue. HEX triplet: 65, B8 and FE. RGB value is (101,184,254). Sum of RGB (Red+Green+Blue) = 101+184+254=539 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.74% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #65B8FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65B8FE is #9A4701. Grayscale: #A6A6A6. Windows color (decimal): -10110722 or 16693349. OLE color: 16693349.

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

Color convert

RGB 101 184 254 -
CMYK 0.60 0.28 0 0.00
HSL 207.45º 0.99% 0.7% -
HSV(B) 207.45º 0.6% 1% -
XYZ 40.4 44.2 100.17 -
YUV 167.16 177 80.81 -
System Red Green Blue C M Y K H S L
Decimal 101 184 254 0.60 0.28 0 0.00 207.45 0.99 0.7
Hex 65 B8 FE 3C 1C 0 0 CF 63 46
Octal 145 270 376 74 34 0 0 317 143 106
Binary 1100101 10111000 11111110 111100 11100 0 0 11001111 1100011 1000110

Color Harmonies of #65B8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B8FE

Black with #65B8FE

Text Example


Text Example

White with #65B8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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