Html Css Color HEX #5DAFAB Fountain Blue

📋 copy color: '#5DAFAB'

red 93 ◦ green 175 ◦ blue 171

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

Shades of Fountain Blue #5DAFAB

Tints of Fountain Blue #5DAFAB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.86%

 BLUE value IS 171 (67.19% from 255) = 38.95%

R = 21.18%
G = 39.86%
B = 38.95%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#5DAFAB (or 0x5DAFAB) is known color: Fountain Blue. HEX triplet: 5D, AF and AB. RGB value is (93,175,171). Sum of RGB (Red+Green+Blue) = 93+175+171=439 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.18% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAFAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAFAB is #A25054. Grayscale: #959595. Windows color (decimal): -10637397 or 11251549. OLE color: 11251549.

HSL color Cylindrical-coordinate representation of color #5DAFAB: hue angle of 177.07º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DAFAB is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 93 175 171 -
CMYK 0.47 0 0.02 0.31
HSL 177.07º 0.34% 0.53% -
HSV(B) 177.07º 0.47% 0.69% -
XYZ 27.19 35.93 44.03 -
YUV 150.03 139.83 87.33 -
System Red Green Blue C M Y K H S L
Decimal 93 175 171 0.47 0 0.02 0.31 177.07 0.34 0.53
Hex 5D AF AB 2F 0 2 1F B1 22 35
Octal 135 257 253 57 0 2 37 261 42 65
Binary 1011101 10101111 10101011 101111 0 10 11111 10110001 100010 110101

Color Harmonies of #5DAFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAFAB

Black with #5DAFAB

Text Example


Text Example

White with #5DAFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,175,171); }

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

background-color css

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

 a { background-color: rgb(93,175,171); }

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

border-color css

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

 span { border-color: rgb(93,175,171); }

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