Html Css Color HEX #5AB7FC Maya Blue

📋 copy color: '#5AB7FC'

red 90 ◦ green 183 ◦ blue 252

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

Shades of Maya Blue #5AB7FC

Tints of Maya Blue #5AB7FC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.86%

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

R = 17.14%
G = 34.86%
B = 48%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5AB7FC (or 0x5AB7FC) is known color: Maya Blue. HEX triplet: 5A, B7 and FC. RGB value is (90,183,252). Sum of RGB (Red+Green+Blue) = 90+183+252=525 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.14% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #5AB7FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB7FC is #A54803. Grayscale: #A2A2A2. Windows color (decimal): -10831876 or 16562010. OLE color: 16562010.

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

Color convert

RGB 90 183 252 -
CMYK 0.64 0.27 0 0.01
HSL 205.56º 0.96% 0.67% -
HSV(B) 205.56º 0.64% 0.99% -
XYZ 38.72 43.07 98.37 -
YUV 163.06 178.19 75.89 -
System Red Green Blue C M Y K H S L
Decimal 90 183 252 0.64 0.27 0 0.01 205.56 0.96 0.67
Hex 5A B7 FC 40 1B 0 1 CE 60 43
Octal 132 267 374 100 33 0 1 316 140 103
Binary 1011010 10110111 11111100 1000000 11011 0 1 11001110 1100000 1000011

Color Harmonies of #5AB7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB7FC

Black with #5AB7FC

Text Example


Text Example

White with #5AB7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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