Html Css Color HEX #5BCBFC Maya Blue

📋 copy color: '#5BCBFC'

red 91 ◦ green 203 ◦ blue 252

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

Shades of Maya Blue #5BCBFC

Tints of Maya Blue #5BCBFC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.18%

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

R = 16.67%
G = 37.18%
B = 46.15%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5BCBFC (or 0x5BCBFC) is known color: Maya Blue. HEX triplet: 5B, CB and FC. RGB value is (91,203,252). Sum of RGB (Red+Green+Blue) = 91+203+252=546 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.67% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BCBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCBFC is #A43403. Grayscale: #AEAEAE. Windows color (decimal): -10761220 or 16567131. OLE color: 16567131.

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

Color convert

RGB 91 203 252 -
CMYK 0.64 0.19 0 0.01
HSL 198.26º 0.96% 0.67% -
HSV(B) 198.26º 0.64% 0.99% -
XYZ 43.24 51.96 99.85 -
YUV 175.1 171.39 68.02 -
System Red Green Blue C M Y K H S L
Decimal 91 203 252 0.64 0.19 0 0.01 198.26 0.96 0.67
Hex 5B CB FC 40 13 0 1 C6 60 43
Octal 133 313 374 100 23 0 1 306 140 103
Binary 1011011 11001011 11111100 1000000 10011 0 1 11000110 1100000 1000011

Color Harmonies of #5BCBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCBFC

Black with #5BCBFC

Text Example


Text Example

White with #5BCBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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