Html Css Color HEX #5DABBA Fountain Blue

📋 copy color: '#5DABBA'

red 93 ◦ green 171 ◦ blue 186

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

Shades of Fountain Blue #5DABBA

Tints of Fountain Blue #5DABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38%

 BLUE value IS 186 (73.05% from 255) = 41.33%

R = 20.67%
G = 38%
B = 41.33%

CMYK

 C value IS 0.5

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5DABBA (or 0x5DABBA) is known color: Fountain Blue. HEX triplet: 5D, AB and BA. RGB value is (93,171,186). Sum of RGB (Red+Green+Blue) = 93+171+186=450 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.67% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #5DABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DABBA is #A25445. Grayscale: #959595. Windows color (decimal): -10638406 or 12233565. OLE color: 12233565.

HSL color Cylindrical-coordinate representation of color #5DABBA: hue angle of 189.68º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DABBA is Cyan = 0.5, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 171 186 -
CMYK 0.5 0.08 0 0.27
HSL 189.68º 0.4% 0.55% -
HSV(B) 189.68º 0.5% 0.73% -
XYZ 27.94 35 51.74 -
YUV 149.39 148.66 87.78 -
System Red Green Blue C M Y K H S L
Decimal 93 171 186 0.5 0.08 0 0.27 189.68 0.4 0.55
Hex 5D AB BA 32 8 0 1B BE 28 37
Octal 135 253 272 62 10 0 33 276 50 67
Binary 1011101 10101011 10111010 110010 1000 0 11011 10111110 101000 110111

Color Harmonies of #5DABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DABBA

Black with #5DABBA

Text Example


Text Example

White with #5DABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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