Html Css Color HEX #9DBECE Regent St Blue

📋 copy color: '#9DBECE'

red 157 ◦ green 190 ◦ blue 206

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

Shades of Regent St Blue #9DBECE

Tints of Regent St Blue #9DBECE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.36%

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

R = 28.39%
G = 34.36%
B = 37.25%

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

#9DBECE (or 0x9DBECE) is known color: Regent St Blue. HEX triplet: 9D, BE and CE. RGB value is (157,190,206). Sum of RGB (Red+Green+Blue) = 157+190+206=553 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.39% from 553); Green value is 190 (74.61% from 255 or 34.36% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 206 - color contains mainly: blue. Hex color #9DBECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBECE is #624131. Grayscale: #B5B5B5. Windows color (decimal): -6439218 or 13549213. OLE color: 13549213.

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

Color convert

RGB 157 190 206 -
CMYK 0.24 0.08 0 0.19
HSL 199.59º 0.33% 0.71% -
HSV(B) 199.59º 0.24% 0.81% -
XYZ 43.46 48.45 65.45 -
YUV 181.96 141.57 110.2 -
System Red Green Blue C M Y K H S L
Decimal 157 190 206 0.24 0.08 0 0.19 199.59 0.33 0.71
Hex 9D BE CE 18 8 0 13 C8 21 47
Octal 235 276 316 30 10 0 23 310 41 107
Binary 10011101 10111110 11001110 11000 1000 0 10011 11001000 100001 1000111

Color Harmonies of #9DBECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBECE

Black with #9DBECE

Text Example


Text Example

White with #9DBECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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