Html Css Color HEX #9DC4CB Regent St Blue

📋 copy color: '#9DC4CB'

red 157 ◦ green 196 ◦ blue 203

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

Shades of Regent St Blue #9DC4CB

Tints of Regent St Blue #9DC4CB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.25%

 BLUE value IS 203 (79.69% from 255) = 36.51%

R = 28.24%
G = 35.25%
B = 36.51%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9DC4CB (or 0x9DC4CB) is known color: Regent St Blue. HEX triplet: 9D, C4 and CB. RGB value is (157,196,203). Sum of RGB (Red+Green+Blue) = 157+196+203=556 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.24% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 203 - color contains mainly: blue. Hex color #9DC4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC4CB is #623B34. Grayscale: #B9B9B9. Windows color (decimal): -6437685 or 13354141. OLE color: 13354141.

HSL color Cylindrical-coordinate representation of color #9DC4CB: hue angle of 189.13º degrees, saturation: 0.31, 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 #9DC4CB is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 196 203 -
CMYK 0.23 0.03 0 0.20
HSL 189.13º 0.31% 0.71% -
HSV(B) 189.13º 0.23% 0.8% -
XYZ 44.42 50.96 63.99 -
YUV 185.14 138.08 107.93 -
System Red Green Blue C M Y K H S L
Decimal 157 196 203 0.23 0.03 0 0.20 189.13 0.31 0.71
Hex 9D C4 CB 17 3 0 14 BD 1F 47
Octal 235 304 313 27 3 0 24 275 37 107
Binary 10011101 11000100 11001011 10111 11 0 10100 10111101 11111 1000111

Color Harmonies of #9DC4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC4CB

Black with #9DC4CB

Text Example


Text Example

White with #9DC4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,196,203); }

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

background-color css

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

 a { background-color: rgb(157,196,203); }

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

border-color css

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

 span { border-color: rgb(157,196,203); }

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