Html Css Color HEX #9DBDD3 Regent St Blue

📋 copy color: '#9DBDD3'

red 157 ◦ green 189 ◦ blue 211

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

Shades of Regent St Blue #9DBDD3

Tints of Regent St Blue #9DBDD3

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.93%

 BLUE value IS 211 (82.81% from 255) = 37.88%

R = 28.19%
G = 33.93%
B = 37.88%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#9DBDD3 (or 0x9DBDD3) is known color: Regent St Blue. HEX triplet: 9D, BD and D3. RGB value is (157,189,211). Sum of RGB (Red+Green+Blue) = 157+189+211=557 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.19% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 211 (82.81% from 255 or 37.88% from 557); Max value from RGB is 211 - color contains mainly: blue. Hex color #9DBDD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBDD3 is #62422C. Grayscale: #B5B5B5. Windows color (decimal): -6439469 or 13876637. OLE color: 13876637.

HSL color Cylindrical-coordinate representation of color #9DBDD3: hue angle of 204.44º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DBDD3 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 157 189 211 -
CMYK 0.26 0.10 0 0.17
HSL 204.44º 0.38% 0.72% -
HSV(B) 204.44º 0.26% 0.83% -
XYZ 43.86 48.27 68.63 -
YUV 181.94 144.4 110.21 -
System Red Green Blue C M Y K H S L
Decimal 157 189 211 0.26 0.10 0 0.17 204.44 0.38 0.72
Hex 9D BD D3 1A A 0 11 CC 26 48
Octal 235 275 323 32 12 0 21 314 46 110
Binary 10011101 10111101 11010011 11010 1010 0 10001 11001100 100110 1001000

Color Harmonies of #9DBDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBDD3

Black with #9DBDD3

Text Example


Text Example

White with #9DBDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,189,211); }

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

background-color css

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

 a { background-color: rgb(157,189,211); }

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

border-color css

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

 span { border-color: rgb(157,189,211); }

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