Html Css Color HEX #5DBDBE Fountain Blue

📋 copy color: '#5DBDBE'

red 93 ◦ green 189 ◦ blue 190

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

Shades of Fountain Blue #5DBDBE

Tints of Fountain Blue #5DBDBE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.04%

 BLUE value IS 190 (74.61% from 255) = 40.25%

R = 19.7%
G = 40.04%
B = 40.25%

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5DBDBE (or 0x5DBDBE) is known color: Fountain Blue. HEX triplet: 5D, BD and BE. RGB value is (93,189,190). Sum of RGB (Red+Green+Blue) = 93+189+190=472 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.70% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #5DBDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBDBE is #A24241. Grayscale: #A0A0A0. Windows color (decimal): -10633794 or 12500317. OLE color: 12500317.

HSL color Cylindrical-coordinate representation of color #5DBDBE: hue angle of 180.62º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBDBE is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 93 189 190 -
CMYK 0.51 0.01 0 0.25
HSL 180.62º 0.43% 0.55% -
HSV(B) 180.62º 0.51% 0.75% -
XYZ 32.01 42.44 55.22 -
YUV 160.41 144.7 79.92 -
System Red Green Blue C M Y K H S L
Decimal 93 189 190 0.51 0.01 0 0.25 180.62 0.43 0.55
Hex 5D BD BE 33 1 0 19 B5 2B 37
Octal 135 275 276 63 1 0 31 265 53 67
Binary 1011101 10111101 10111110 110011 1 0 11001 10110101 101011 110111

Color Harmonies of #5DBDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBDBE

Black with #5DBDBE

Text Example


Text Example

White with #5DBDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,189,190); }

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

background-color css

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

 a { background-color: rgb(93,189,190); }

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

border-color css

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

 span { border-color: rgb(93,189,190); }

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