Html Css Color HEX #5DB4B2 Fountain Blue

📋 copy color: '#5DB4B2'

red 93 ◦ green 180 ◦ blue 178

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

Shades of Fountain Blue #5DB4B2

Tints of Fountain Blue #5DB4B2

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.91%

 BLUE value IS 178 (69.92% from 255) = 39.47%

R = 20.62%
G = 39.91%
B = 39.47%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#5DB4B2 (or 0x5DB4B2) is known color: Fountain Blue. HEX triplet: 5D, B4 and B2. RGB value is (93,180,178). Sum of RGB (Red+Green+Blue) = 93+180+178=451 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.62% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 178 (69.92% from 255 or 39.47% from 451); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB4B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB4B2 is #A24B4D. Grayscale: #999999. Windows color (decimal): -10636110 or 11711581. OLE color: 11711581.

HSL color Cylindrical-coordinate representation of color #5DB4B2: hue angle of 178.62º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB4B2 is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 93 180 178 -
CMYK 0.48 0 0.01 0.29
HSL 178.62º 0.37% 0.54% -
HSV(B) 178.62º 0.48% 0.71% -
XYZ 28.87 38.18 47.97 -
YUV 153.76 141.68 84.66 -
System Red Green Blue C M Y K H S L
Decimal 93 180 178 0.48 0 0.01 0.29 178.62 0.37 0.54
Hex 5D B4 B2 30 0 1 1D B3 25 36
Octal 135 264 262 60 0 1 35 263 45 66
Binary 1011101 10110100 10110010 110000 0 1 11101 10110011 100101 110110

Color Harmonies of #5DB4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB4B2

Black with #5DB4B2

Text Example


Text Example

White with #5DB4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,180,178); }

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

background-color css

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

 a { background-color: rgb(93,180,178); }

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

border-color css

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

 span { border-color: rgb(93,180,178); }

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