Html Css Color HEX #5ABFFC Maya Blue

📋 copy color: '#5ABFFC'

red 90 ◦ green 191 ◦ blue 252

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

Shades of Maya Blue #5ABFFC

Tints of Maya Blue #5ABFFC

RGB

 RED value IS 90 (35.55% from 255) = 16.89%

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

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

R = 16.89%
G = 35.83%
B = 47.28%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5ABFFC (or 0x5ABFFC) is known color: Maya Blue. HEX triplet: 5A, BF and FC. RGB value is (90,191,252). Sum of RGB (Red+Green+Blue) = 90+191+252=533 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.89% from 533); Green value is 191 (75% from 255 or 35.83% 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 #5ABFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABFFC is #A54003. Grayscale: #A7A7A7. Windows color (decimal): -10829828 or 16564058. OLE color: 16564058.

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

Color convert

RGB 90 191 252 -
CMYK 0.64 0.24 0 0.01
HSL 202.59º 0.96% 0.67% -
HSV(B) 202.59º 0.64% 0.99% -
XYZ 40.42 46.46 98.93 -
YUV 167.76 175.54 72.54 -
System Red Green Blue C M Y K H S L
Decimal 90 191 252 0.64 0.24 0 0.01 202.59 0.96 0.67
Hex 5A BF FC 40 18 0 1 CB 60 43
Octal 132 277 374 100 30 0 1 313 140 103
Binary 1011010 10111111 11111100 1000000 11000 0 1 11001011 1100000 1000011

Color Harmonies of #5ABFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABFFC

Black with #5ABFFC

Text Example


Text Example

White with #5ABFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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