Html Css Color HEX #9DBFCD Regent St Blue

📋 copy color: '#9DBFCD'

red 157 ◦ green 191 ◦ blue 205

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

Shades of Regent St Blue #9DBFCD

Tints of Regent St Blue #9DBFCD

RGB

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

 GREEN value IS 191 (75% from 255) = 34.54%

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

R = 28.39%
G = 34.54%
B = 37.07%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9DBFCD (or 0x9DBFCD) is known color: Regent St Blue. HEX triplet: 9D, BF and CD. RGB value is (157,191,205). Sum of RGB (Red+Green+Blue) = 157+191+205=553 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.39% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 205 - color contains mainly: blue. Hex color #9DBFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBFCD is #624032. Grayscale: #B6B6B6. Windows color (decimal): -6438963 or 13483933. OLE color: 13483933.

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

Color convert

RGB 157 191 205 -
CMYK 0.23 0.07 0 0.20
HSL 197.5º 0.32% 0.71% -
HSV(B) 197.5º 0.23% 0.8% -
XYZ 43.55 48.84 64.89 -
YUV 182.43 140.74 109.86 -
System Red Green Blue C M Y K H S L
Decimal 157 191 205 0.23 0.07 0 0.20 197.5 0.32 0.71
Hex 9D BF CD 17 7 0 14 C6 20 47
Octal 235 277 315 27 7 0 24 306 40 107
Binary 10011101 10111111 11001101 10111 111 0 10100 11000110 100000 1000111

Color Harmonies of #9DBFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBFCD

Black with #9DBFCD

Text Example


Text Example

White with #9DBFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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