Html Css Color HEX #65B9FE Maya Blue

📋 copy color: '#65B9FE'

red 101 ◦ green 185 ◦ blue 254

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

Shades of Maya Blue #65B9FE

Tints of Maya Blue #65B9FE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.26%

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

R = 18.7%
G = 34.26%
B = 47.04%

CMYK

 C value IS 0.60

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#65B9FE (or 0x65B9FE) is known color: Maya Blue. HEX triplet: 65, B9 and FE. RGB value is (101,185,254). Sum of RGB (Red+Green+Blue) = 101+185+254=540 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.70% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #65B9FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65B9FE is #9A4601. Grayscale: #A7A7A7. Windows color (decimal): -10110466 or 16693605. OLE color: 16693605.

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

Color convert

RGB 101 185 254 -
CMYK 0.60 0.27 0 0.00
HSL 207.06º 0.99% 0.7% -
HSV(B) 207.06º 0.6% 1% -
XYZ 40.61 44.62 100.24 -
YUV 167.75 176.67 80.39 -
System Red Green Blue C M Y K H S L
Decimal 101 185 254 0.60 0.27 0 0.00 207.06 0.99 0.7
Hex 65 B9 FE 3C 1B 0 0 CF 63 46
Octal 145 271 376 74 33 0 0 317 143 106
Binary 1100101 10111001 11111110 111100 11011 0 0 11001111 1100011 1000110

Color Harmonies of #65B9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B9FE

Black with #65B9FE

Text Example


Text Example

White with #65B9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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