Html Css Color HEX #9DC0CD Regent St Blue

📋 copy color: '#9DC0CD'

red 157 ◦ green 192 ◦ blue 205

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

Shades of Regent St Blue #9DC0CD

Tints of Regent St Blue #9DC0CD

RGB

 RED value IS 157 (61.72% from 255) = 28.34%

 GREEN value IS 192 (75.39% from 255) = 34.66%

 BLUE value IS 205 (80.47% from 255) = 37%

R = 28.34%
G = 34.66%
B = 37%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9DC0CD (or 0x9DC0CD) is known color: Regent St Blue. HEX triplet: 9D, C0 and CD. RGB value is (157,192,205). Sum of RGB (Red+Green+Blue) = 157+192+205=554 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.34% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #9DC0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC0CD is #623F32. Grayscale: #B6B6B6. Windows color (decimal): -6438707 or 13484189. OLE color: 13484189.

HSL color Cylindrical-coordinate representation of color #9DC0CD: hue angle of 196.25º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DC0CD is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 192 205 -
CMYK 0.23 0.06 0 0.20
HSL 196.25º 0.32% 0.71% -
HSV(B) 196.25º 0.23% 0.8% -
XYZ 43.77 49.28 64.96 -
YUV 183.02 140.4 109.44 -
System Red Green Blue C M Y K H S L
Decimal 157 192 205 0.23 0.06 0 0.20 196.25 0.32 0.71
Hex 9D C0 CD 17 6 0 14 C4 20 47
Octal 235 300 315 27 6 0 24 304 40 107
Binary 10011101 11000000 11001101 10111 110 0 10100 11000100 100000 1000111

Color Harmonies of #9DC0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC0CD

Black with #9DC0CD

Text Example


Text Example

White with #9DC0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DC0CD; }

 p { color: rgb(157,192,205); }

 H1.HeaderClassName
 {
   color: #9DC0CD;
 }
 .AnyTagClassName
 {
   color: #9DC0CD;
 }
</style>

background-color css

<style>
 a { background-color: #9DC0CD; }

 a { background-color: rgb(157,192,205); }

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

border-color css

<style>
 span { border-color: #9DC0CD; }

 span { border-color: rgb(157,192,205); }

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