Html Css Color HEX #5BBCFC Maya Blue

📋 copy color: '#5BBCFC'

red 91 ◦ green 188 ◦ blue 252

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

Shades of Maya Blue #5BBCFC

Tints of Maya Blue #5BBCFC

RGB

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

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

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

R = 17.14%
G = 35.4%
B = 47.46%

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

#5BBCFC (or 0x5BBCFC) is known color: Maya Blue. HEX triplet: 5B, BC and FC. RGB value is (91,188,252). Sum of RGB (Red+Green+Blue) = 91+188+252=531 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.14% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BBCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBCFC is #A44303. Grayscale: #A5A5A5. Windows color (decimal): -10765060 or 16563291. OLE color: 16563291.

HSL color Cylindrical-coordinate representation of color #5BBCFC: hue angle of 203.85º 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 #5BBCFC is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 91 188 252 -
CMYK 0.64 0.25 0 0.01
HSL 203.85º 0.96% 0.67% -
HSV(B) 203.85º 0.64% 0.99% -
XYZ 39.87 45.22 98.72 -
YUV 166.29 176.36 74.3 -
System Red Green Blue C M Y K H S L
Decimal 91 188 252 0.64 0.25 0 0.01 203.85 0.96 0.67
Hex 5B BC FC 40 19 0 1 CC 60 43
Octal 133 274 374 100 31 0 1 314 140 103
Binary 1011011 10111100 11111100 1000000 11001 0 1 11001100 1100000 1000011

Color Harmonies of #5BBCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBCFC

Black with #5BBCFC

Text Example


Text Example

White with #5BBCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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