Html Css Color HEX #9DC7CE Regent St Blue

📋 copy color: '#9DC7CE'

red 157 ◦ green 199 ◦ blue 206

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

Shades of Regent St Blue #9DC7CE

Tints of Regent St Blue #9DC7CE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.41%

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

R = 27.94%
G = 35.41%
B = 36.65%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9DC7CE (or 0x9DC7CE) is known color: Regent St Blue. HEX triplet: 9D, C7 and CE. RGB value is (157,199,206). Sum of RGB (Red+Green+Blue) = 157+199+206=562 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.94% from 562); Green value is 199 (78.12% from 255 or 35.41% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 206 - color contains mainly: blue. Hex color #9DC7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC7CE is #623831. Grayscale: #BBBBBB. Windows color (decimal): -6436914 or 13551517. OLE color: 13551517.

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

Color convert

RGB 157 199 206 -
CMYK 0.24 0.03 0 0.19
HSL 188.57º 0.33% 0.71% -
HSV(B) 188.57º 0.24% 0.81% -
XYZ 45.47 52.47 66.12 -
YUV 187.24 138.59 106.43 -
System Red Green Blue C M Y K H S L
Decimal 157 199 206 0.24 0.03 0 0.19 188.57 0.33 0.71
Hex 9D C7 CE 18 3 0 13 BD 21 47
Octal 235 307 316 30 3 0 23 275 41 107
Binary 10011101 11000111 11001110 11000 11 0 10011 10111101 100001 1000111

Color Harmonies of #9DC7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC7CE

Black with #9DC7CE

Text Example


Text Example

White with #9DC7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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