Html Css Color HEX #5DBFFC Maya Blue

📋 copy color: '#5DBFFC'

red 93 ◦ green 191 ◦ blue 252

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

Shades of Maya Blue #5DBFFC

Tints of Maya Blue #5DBFFC

RGB

 RED value IS 93 (36.72% from 255) = 17.35%

 GREEN value IS 191 (75% from 255) = 35.63%

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

R = 17.35%
G = 35.63%
B = 47.01%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5DBFFC (or 0x5DBFFC) is known color: Maya Blue. HEX triplet: 5D, BF and FC. RGB value is (93,191,252). Sum of RGB (Red+Green+Blue) = 93+191+252=536 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.35% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #5DBFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBFFC is #A24003. Grayscale: #A8A8A8. Windows color (decimal): -10633220 or 16564061. OLE color: 16564061.

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

Color convert

RGB 93 191 252 -
CMYK 0.63 0.24 0 0.01
HSL 203.02º 0.96% 0.68% -
HSV(B) 203.02º 0.63% 0.99% -
XYZ 40.72 46.62 98.95 -
YUV 168.65 175.03 74.04 -
System Red Green Blue C M Y K H S L
Decimal 93 191 252 0.63 0.24 0 0.01 203.02 0.96 0.68
Hex 5D BF FC 3F 18 0 1 CB 60 44
Octal 135 277 374 77 30 0 1 313 140 104
Binary 1011101 10111111 11111100 111111 11000 0 1 11001011 1100000 1000100

Color Harmonies of #5DBFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBFFC

Black with #5DBFFC

Text Example


Text Example

White with #5DBFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,191,252); }

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

background-color css

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

 a { background-color: rgb(93,191,252); }

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

border-color css

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

 span { border-color: rgb(93,191,252); }

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