Html Css Color HEX #9DCBDB Regent St Blue

📋 copy color: '#9DCBDB'

red 157 ◦ green 203 ◦ blue 219

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

Shades of Regent St Blue #9DCBDB

Tints of Regent St Blue #9DCBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.06%

 BLUE value IS 219 (85.94% from 255) = 37.82%

R = 27.12%
G = 35.06%
B = 37.82%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9DCBDB (or 0x9DCBDB) is known color: Regent St Blue. HEX triplet: 9D, CB and DB. RGB value is (157,203,219). Sum of RGB (Red+Green+Blue) = 157+203+219=579 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.12% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DCBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCBDB is #623424. Grayscale: #BEBEBE. Windows color (decimal): -6435877 or 14404509. OLE color: 14404509.

HSL color Cylindrical-coordinate representation of color #9DCBDB: hue angle of 195.48º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DCBDB is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 203 219 -
CMYK 0.28 0.07 0 0.14
HSL 195.48º 0.46% 0.74% -
HSV(B) 195.48º 0.28% 0.86% -
XYZ 48.05 54.99 75.1 -
YUV 191.07 143.76 103.7 -
System Red Green Blue C M Y K H S L
Decimal 157 203 219 0.28 0.07 0 0.14 195.48 0.46 0.74
Hex 9D CB DB 1C 7 0 E C3 2E 4A
Octal 235 313 333 34 7 0 16 303 56 112
Binary 10011101 11001011 11011011 11100 111 0 1110 11000011 101110 1001010

Color Harmonies of #9DCBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCBDB

Black with #9DCBDB

Text Example


Text Example

White with #9DCBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,203,219); }

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

background-color css

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

 a { background-color: rgb(157,203,219); }

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

border-color css

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

 span { border-color: rgb(157,203,219); }

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