Html Css Color HEX #5ABDFD Maya Blue

📋 copy color: '#5ABDFD'

red 90 ◦ green 189 ◦ blue 253

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

Shades of Maya Blue #5ABDFD

Tints of Maya Blue #5ABDFD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.53%

 BLUE value IS 253 (99.22% from 255) = 47.56%

R = 16.92%
G = 35.53%
B = 47.56%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5ABDFD (or 0x5ABDFD) is known color: Maya Blue. HEX triplet: 5A, BD and FD. RGB value is (90,189,253). Sum of RGB (Red+Green+Blue) = 90+189+253=532 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.92% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #5ABDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABDFD is #A54202. Grayscale: #A6A6A6. Windows color (decimal): -10830339 or 16629082. OLE color: 16629082.

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

Color convert

RGB 90 189 253 -
CMYK 0.64 0.25 0 0.01
HSL 203.56º 0.98% 0.67% -
HSV(B) 203.56º 0.64% 0.99% -
XYZ 40.14 45.66 99.63 -
YUV 166.7 176.7 73.3 -
System Red Green Blue C M Y K H S L
Decimal 90 189 253 0.64 0.25 0 0.01 203.56 0.98 0.67
Hex 5A BD FD 40 19 0 1 CC 62 43
Octal 132 275 375 100 31 0 1 314 142 103
Binary 1011010 10111101 11111101 1000000 11001 0 1 11001100 1100010 1000011

Color Harmonies of #5ABDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABDFD

Black with #5ABDFD

Text Example


Text Example

White with #5ABDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,189,253); }

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

background-color css

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

 a { background-color: rgb(90,189,253); }

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

border-color css

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

 span { border-color: rgb(90,189,253); }

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