Html Css Color HEX #65BCFE Maya Blue

📋 copy color: '#65BCFE'

red 101 ◦ green 188 ◦ blue 254

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

Shades of Maya Blue #65BCFE

Tints of Maya Blue #65BCFE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.62%

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

R = 18.6%
G = 34.62%
B = 46.78%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#65BCFE (or 0x65BCFE) is known color: Maya Blue. HEX triplet: 65, BC and FE. RGB value is (101,188,254). Sum of RGB (Red+Green+Blue) = 101+188+254=543 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.60% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #65BCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BCFE is #9A4301. Grayscale: #A9A9A9. Windows color (decimal): -10109698 or 16694373. OLE color: 16694373.

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

Color convert

RGB 101 188 254 -
CMYK 0.60 0.26 0 0.00
HSL 205.88º 0.99% 0.7% -
HSV(B) 205.88º 0.6% 1% -
XYZ 41.24 45.89 100.45 -
YUV 169.51 175.68 79.13 -
System Red Green Blue C M Y K H S L
Decimal 101 188 254 0.60 0.26 0 0.00 205.88 0.99 0.7
Hex 65 BC FE 3C 1A 0 0 CE 63 46
Octal 145 274 376 74 32 0 0 316 143 106
Binary 1100101 10111100 11111110 111100 11010 0 0 11001110 1100011 1000110

Color Harmonies of #65BCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BCFE

Black with #65BCFE

Text Example


Text Example

White with #65BCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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