Html Css Color HEX #9DC3CE Regent St Blue

📋 copy color: '#9DC3CE'

red 157 ◦ green 195 ◦ blue 206

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

Shades of Regent St Blue #9DC3CE

Tints of Regent St Blue #9DC3CE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.95%

 BLUE value IS 206 (80.86% from 255) = 36.92%

R = 28.14%
G = 34.95%
B = 36.92%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9DC3CE (or 0x9DC3CE) is known color: Regent St Blue. HEX triplet: 9D, C3 and CE. RGB value is (157,195,206). Sum of RGB (Red+Green+Blue) = 157+195+206=558 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.14% from 558); Green value is 195 (76.56% from 255 or 34.95% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 206 - color contains mainly: blue. Hex color #9DC3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC3CE is #623C31. Grayscale: #B8B8B8. Windows color (decimal): -6437938 or 13550493. OLE color: 13550493.

HSL color Cylindrical-coordinate representation of color #9DC3CE: hue angle of 193.47º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DC3CE is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 157 195 206 -
CMYK 0.24 0.05 0 0.19
HSL 193.47º 0.33% 0.71% -
HSV(B) 193.47º 0.24% 0.81% -
XYZ 44.56 50.65 65.82 -
YUV 184.89 139.91 108.11 -
System Red Green Blue C M Y K H S L
Decimal 157 195 206 0.24 0.05 0 0.19 193.47 0.33 0.71
Hex 9D C3 CE 18 5 0 13 C1 21 47
Octal 235 303 316 30 5 0 23 301 41 107
Binary 10011101 11000011 11001110 11000 101 0 10011 11000001 100001 1000111

Color Harmonies of #9DC3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC3CE

Black with #9DC3CE

Text Example


Text Example

White with #9DC3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,195,206); }

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

background-color css

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

 a { background-color: rgb(157,195,206); }

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

border-color css

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

 span { border-color: rgb(157,195,206); }

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