Html Css Color HEX #5DB7BC Fountain Blue

📋 copy color: '#5DB7BC'

red 93 ◦ green 183 ◦ blue 188

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

Shades of Fountain Blue #5DB7BC

Tints of Fountain Blue #5DB7BC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.44%

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

R = 20.04%
G = 39.44%
B = 40.52%

CMYK

 C value IS 0.51

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5DB7BC (or 0x5DB7BC) is known color: Fountain Blue. HEX triplet: 5D, B7 and BC. RGB value is (93,183,188). Sum of RGB (Red+Green+Blue) = 93+183+188=464 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.04% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #5DB7BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DB7BC is #A24843. Grayscale: #9C9C9C. Windows color (decimal): -10635332 or 12367709. OLE color: 12367709.

HSL color Cylindrical-coordinate representation of color #5DB7BC: hue angle of 183.16º 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 #5DB7BC is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 93 183 188 -
CMYK 0.51 0.03 0 0.26
HSL 183.16º 0.41% 0.55% -
HSV(B) 183.16º 0.51% 0.74% -
XYZ 30.52 39.82 53.66 -
YUV 156.66 145.68 82.59 -
System Red Green Blue C M Y K H S L
Decimal 93 183 188 0.51 0.03 0 0.26 183.16 0.41 0.55
Hex 5D B7 BC 33 3 0 1A B7 29 37
Octal 135 267 274 63 3 0 32 267 51 67
Binary 1011101 10110111 10111100 110011 11 0 11010 10110111 101001 110111

Color Harmonies of #5DB7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB7BC

Black with #5DB7BC

Text Example


Text Example

White with #5DB7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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