Html Css Color HEX #5BBEFC Maya Blue

📋 copy color: '#5BBEFC'

red 91 ◦ green 190 ◦ blue 252

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

Shades of Maya Blue #5BBEFC

Tints of Maya Blue #5BBEFC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.65%

 BLUE value IS 252 (98.83% from 255) = 47.28%

R = 17.07%
G = 35.65%
B = 47.28%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5BBEFC (or 0x5BBEFC) is known color: Maya Blue. HEX triplet: 5B, BE and FC. RGB value is (91,190,252). Sum of RGB (Red+Green+Blue) = 91+190+252=533 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.07% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BBEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBEFC is #A44103. Grayscale: #A7A7A7. Windows color (decimal): -10764548 or 16563803. OLE color: 16563803.

HSL color Cylindrical-coordinate representation of color #5BBEFC: hue angle of 203.11º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BBEFC is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 91 190 252 -
CMYK 0.64 0.25 0 0.01
HSL 203.11º 0.96% 0.67% -
HSV(B) 203.11º 0.64% 0.99% -
XYZ 40.3 46.08 98.87 -
YUV 167.47 175.7 73.46 -
System Red Green Blue C M Y K H S L
Decimal 91 190 252 0.64 0.25 0 0.01 203.11 0.96 0.67
Hex 5B BE FC 40 19 0 1 CB 60 43
Octal 133 276 374 100 31 0 1 313 140 103
Binary 1011011 10111110 11111100 1000000 11001 0 1 11001011 1100000 1000011

Color Harmonies of #5BBEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBEFC

Black with #5BBEFC

Text Example


Text Example

White with #5BBEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,190,252); }

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

background-color css

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

 a { background-color: rgb(91,190,252); }

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

border-color css

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

 span { border-color: rgb(91,190,252); }

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