Html Css Color HEX #9DC5CC Regent St Blue

📋 copy color: '#9DC5CC'

red 157 ◦ green 197 ◦ blue 204

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

Shades of Regent St Blue #9DC5CC

Tints of Regent St Blue #9DC5CC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.3%

 BLUE value IS 204 (80.08% from 255) = 36.56%

R = 28.14%
G = 35.3%
B = 36.56%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9DC5CC (or 0x9DC5CC) is known color: Regent St Blue. HEX triplet: 9D, C5 and CC. RGB value is (157,197,204). Sum of RGB (Red+Green+Blue) = 157+197+204=558 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.14% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 204 - color contains mainly: blue. Hex color #9DC5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC5CC is #623A33. Grayscale: #B9B9B9. Windows color (decimal): -6437428 or 13419933. OLE color: 13419933.

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

Color convert

RGB 157 197 204 -
CMYK 0.23 0.03 0 0.2
HSL 188.94º 0.32% 0.71% -
HSV(B) 188.94º 0.23% 0.8% -
XYZ 44.77 51.46 64.7 -
YUV 185.84 138.25 107.43 -
System Red Green Blue C M Y K H S L
Decimal 157 197 204 0.23 0.03 0 0.2 188.94 0.32 0.71
Hex 9D C5 CC 17 3 0 14 BD 20 47
Octal 235 305 314 27 3 0 24 275 40 107
Binary 10011101 11000101 11001100 10111 11 0 10100 10111101 100000 1000111

Color Harmonies of #9DC5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC5CC

Black with #9DC5CC

Text Example


Text Example

White with #9DC5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,197,204); }

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

background-color css

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

 a { background-color: rgb(157,197,204); }

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

border-color css

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

 span { border-color: rgb(157,197,204); }

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