Html Css Color HEX #9DBFCE Regent St Blue

📋 copy color: '#9DBFCE'

red 157 ◦ green 191 ◦ blue 206

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

Shades of Regent St Blue #9DBFCE

Tints of Regent St Blue #9DBFCE

RGB

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

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

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

R = 28.34%
G = 34.48%
B = 37.18%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9DBFCE (or 0x9DBFCE) is known color: Regent St Blue. HEX triplet: 9D, BF and CE. RGB value is (157,191,206). Sum of RGB (Red+Green+Blue) = 157+191+206=554 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.34% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 206 - color contains mainly: blue. Hex color #9DBFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBFCE is #624031. Grayscale: #B6B6B6. Windows color (decimal): -6438962 or 13549469. OLE color: 13549469.

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

Color convert

RGB 157 191 206 -
CMYK 0.24 0.07 0 0.19
HSL 198.37º 0.33% 0.71% -
HSV(B) 198.37º 0.24% 0.81% -
XYZ 43.68 48.89 65.53 -
YUV 182.54 141.24 109.78 -
System Red Green Blue C M Y K H S L
Decimal 157 191 206 0.24 0.07 0 0.19 198.37 0.33 0.71
Hex 9D BF CE 18 7 0 13 C6 21 47
Octal 235 277 316 30 7 0 23 306 41 107
Binary 10011101 10111111 11001110 11000 111 0 10011 11000110 100001 1000111

Color Harmonies of #9DBFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBFCE

Black with #9DBFCE

Text Example


Text Example

White with #9DBFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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