Html Css Color HEX #5BCFFC Maya Blue

📋 copy color: '#5BCFFC'

red 91 ◦ green 207 ◦ blue 252

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

Shades of Maya Blue #5BCFFC

Tints of Maya Blue #5BCFFC

RGB

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

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

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

R = 16.55%
G = 37.64%
B = 45.82%

CMYK

 C value IS 0.64

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5BCFFC (or 0x5BCFFC) is known color: Maya Blue. HEX triplet: 5B, CF and FC. RGB value is (91,207,252). Sum of RGB (Red+Green+Blue) = 91+207+252=550 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.55% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BCFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCFFC is #A43003. Grayscale: #B1B1B1. Windows color (decimal): -10760196 or 16568155. OLE color: 16568155.

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

Color convert

RGB 91 207 252 -
CMYK 0.64 0.18 0 0.01
HSL 196.77º 0.96% 0.67% -
HSV(B) 196.77º 0.64% 0.99% -
XYZ 44.2 53.88 100.17 -
YUV 177.45 170.07 66.34 -
System Red Green Blue C M Y K H S L
Decimal 91 207 252 0.64 0.18 0 0.01 196.77 0.96 0.67
Hex 5B CF FC 40 12 0 1 C5 60 43
Octal 133 317 374 100 22 0 1 305 140 103
Binary 1011011 11001111 11111100 1000000 10010 0 1 11000101 1100000 1000011

Color Harmonies of #5BCFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCFFC

Black with #5BCFFC

Text Example


Text Example

White with #5BCFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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