Html Css Color HEX #5DB8BC Fountain Blue

📋 copy color: '#5DB8BC'

red 93 ◦ green 184 ◦ blue 188

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

Shades of Fountain Blue #5DB8BC

Tints of Fountain Blue #5DB8BC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.57%

 BLUE value IS 188 (73.83% from 255) = 40.43%

R = 20%
G = 39.57%
B = 40.43%

CMYK

 C value IS 0.51

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5DB8BC (or 0x5DB8BC) is known color: Fountain Blue. HEX triplet: 5D, B8 and BC. RGB value is (93,184,188). Sum of RGB (Red+Green+Blue) = 93+184+188=465 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #5DB8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DB8BC is #A24743. Grayscale: #9D9D9D. Windows color (decimal): -10635076 or 12367965. OLE color: 12367965.

HSL color Cylindrical-coordinate representation of color #5DB8BC: hue angle of 182.53º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DB8BC is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 93 184 188 -
CMYK 0.51 0.02 0 0.26
HSL 182.53º 0.41% 0.55% -
HSV(B) 182.53º 0.51% 0.74% -
XYZ 30.73 40.24 53.72 -
YUV 157.25 145.35 82.17 -
System Red Green Blue C M Y K H S L
Decimal 93 184 188 0.51 0.02 0 0.26 182.53 0.41 0.55
Hex 5D B8 BC 33 2 0 1A B7 29 37
Octal 135 270 274 63 2 0 32 267 51 67
Binary 1011101 10111000 10111100 110011 10 0 11010 10110111 101001 110111

Color Harmonies of #5DB8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB8BC

Black with #5DB8BC

Text Example


Text Example

White with #5DB8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,184,188); }

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

background-color css

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

 a { background-color: rgb(93,184,188); }

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

border-color css

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

 span { border-color: rgb(93,184,188); }

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