Html Css Color HEX #5BCFFE Maya Blue

📋 copy color: '#5BCFFE'

red 91 ◦ green 207 ◦ blue 254

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

Shades of Maya Blue #5BCFFE

Tints of Maya Blue #5BCFFE

RGB

 RED value IS 91 (35.94% from 255) = 16.49%

 GREEN value IS 207 (81.25% from 255) = 37.5%

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

R = 16.49%
G = 37.5%
B = 46.01%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5BCFFE (or 0x5BCFFE) is known color: Maya Blue. HEX triplet: 5B, CF and FE. RGB value is (91,207,254). Sum of RGB (Red+Green+Blue) = 91+207+254=552 (73% of max value = 765). Red value is 91 (35.94% from 255 or 16.49% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #5BCFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCFFE is #A43001. Grayscale: #B1B1B1. Windows color (decimal): -10760194 or 16699227. OLE color: 16699227.

HSL color Cylindrical-coordinate representation of color #5BCFFE: hue angle of 197.3º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BCFFE is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 91 207 254 -
CMYK 0.64 0.19 0 0.00
HSL 197.3º 0.99% 0.68% -
HSV(B) 197.3º 0.64% 1% -
XYZ 44.52 54.01 101.84 -
YUV 177.67 171.07 66.18 -
System Red Green Blue C M Y K H S L
Decimal 91 207 254 0.64 0.19 0 0.00 197.3 0.99 0.68
Hex 5B CF FE 40 13 0 0 C5 63 44
Octal 133 317 376 100 23 0 0 305 143 104
Binary 1011011 11001111 11111110 1000000 10011 0 0 11000101 1100011 1000100

Color Harmonies of #5BCFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCFFE

Black with #5BCFFE

Text Example


Text Example

White with #5BCFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5BCFFE; }

 p { color: rgb(91,207,254); }

 H1.HeaderClassName
 {
   color: #5BCFFE;
 }
 .AnyTagClassName
 {
   color: #5BCFFE;
 }
</style>

background-color css

<style>
 a { background-color: #5BCFFE; }

 a { background-color: rgb(91,207,254); }

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

border-color css

<style>
 span { border-color: #5BCFFE; }

 span { border-color: rgb(91,207,254); }

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