Html Css Color HEX #65BAFE Maya Blue

📋 copy color: '#65BAFE'

red 101 ◦ green 186 ◦ blue 254

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

Shades of Maya Blue #65BAFE

Tints of Maya Blue #65BAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.38%

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

R = 18.67%
G = 34.38%
B = 46.95%

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

#65BAFE (or 0x65BAFE) is known color: Maya Blue. HEX triplet: 65, BA and FE. RGB value is (101,186,254). Sum of RGB (Red+Green+Blue) = 101+186+254=541 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.67% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #65BAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BAFE is #9A4501. Grayscale: #A7A7A7. Windows color (decimal): -10110210 or 16693861. OLE color: 16693861.

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

Color convert

RGB 101 186 254 -
CMYK 0.60 0.27 0 0.00
HSL 206.67º 0.99% 0.7% -
HSV(B) 206.67º 0.6% 1% -
XYZ 40.82 45.04 100.31 -
YUV 168.34 176.34 79.97 -
System Red Green Blue C M Y K H S L
Decimal 101 186 254 0.60 0.27 0 0.00 206.67 0.99 0.7
Hex 65 BA FE 3C 1B 0 0 CF 63 46
Octal 145 272 376 74 33 0 0 317 143 106
Binary 1100101 10111010 11111110 111100 11011 0 0 11001111 1100011 1000110

Color Harmonies of #65BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BAFE

Black with #65BAFE

Text Example


Text Example

White with #65BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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