Html Css Color HEX #9DBFCF Regent St Blue

📋 copy color: '#9DBFCF'

red 157 ◦ green 191 ◦ blue 207

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

Shades of Regent St Blue #9DBFCF

Tints of Regent St Blue #9DBFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.3%

R = 28.29%
G = 34.41%
B = 37.3%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9DBFCF (or 0x9DBFCF) is known color: Regent St Blue. HEX triplet: 9D, BF and CF. RGB value is (157,191,207). Sum of RGB (Red+Green+Blue) = 157+191+207=555 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.29% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 207 - color contains mainly: blue. Hex color #9DBFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBFCF is #624030. Grayscale: #B6B6B6. Windows color (decimal): -6438961 or 13615005. OLE color: 13615005.

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

Color convert

RGB 157 191 207 -
CMYK 0.24 0.08 0 0.19
HSL 199.2º 0.34% 0.71% -
HSV(B) 199.2º 0.24% 0.81% -
XYZ 43.8 48.93 66.17 -
YUV 182.66 141.74 109.7 -
System Red Green Blue C M Y K H S L
Decimal 157 191 207 0.24 0.08 0 0.19 199.2 0.34 0.71
Hex 9D BF CF 18 8 0 13 C7 22 47
Octal 235 277 317 30 10 0 23 307 42 107
Binary 10011101 10111111 11001111 11000 1000 0 10011 11000111 100010 1000111

Color Harmonies of #9DBFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBFCF

Black with #9DBFCF

Text Example


Text Example

White with #9DBFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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