Html Css Color HEX #9DBFD3 Regent St Blue

📋 copy color: '#9DBFD3'

red 157 ◦ green 191 ◦ blue 211

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

Shades of Regent St Blue #9DBFD3

Tints of Regent St Blue #9DBFD3

RGB

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

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

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

R = 28.09%
G = 34.17%
B = 37.75%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#9DBFD3 (or 0x9DBFD3) is known color: Regent St Blue. HEX triplet: 9D, BF and D3. RGB value is (157,191,211). Sum of RGB (Red+Green+Blue) = 157+191+211=559 (74% of max value = 765). Red value is 157 (61.72% from 255 or 28.09% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 211 (82.81% from 255 or 37.75% from 559); Max value from RGB is 211 - color contains mainly: blue. Hex color #9DBFD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBFD3 is #62402C. Grayscale: #B7B7B7. Windows color (decimal): -6438957 or 13877149. OLE color: 13877149.

HSL color Cylindrical-coordinate representation of color #9DBFD3: hue angle of 202.22º 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 #9DBFD3 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 157 191 211 -
CMYK 0.26 0.09 0 0.17
HSL 202.22º 0.38% 0.72% -
HSV(B) 202.22º 0.26% 0.83% -
XYZ 44.29 49.13 68.78 -
YUV 183.11 143.74 109.37 -
System Red Green Blue C M Y K H S L
Decimal 157 191 211 0.26 0.09 0 0.17 202.22 0.38 0.72
Hex 9D BF D3 1A 9 0 11 CA 26 48
Octal 235 277 323 32 11 0 21 312 46 110
Binary 10011101 10111111 11010011 11010 1001 0 10001 11001010 100110 1001000

Color Harmonies of #9DBFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBFD3

Black with #9DBFD3

Text Example


Text Example

White with #9DBFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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