Html Css Color HEX #9DCCDB Regent St Blue

📋 copy color: '#9DCCDB'

red 157 ◦ green 204 ◦ blue 219

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

Shades of Regent St Blue #9DCCDB

Tints of Regent St Blue #9DCCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.17%

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

R = 27.07%
G = 35.17%
B = 37.76%

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

#9DCCDB (or 0x9DCCDB) is known color: Regent St Blue. HEX triplet: 9D, CC and DB. RGB value is (157,204,219). Sum of RGB (Red+Green+Blue) = 157+204+219=580 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.07% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DCCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCCDB is #623324. Grayscale: #BFBFBF. Windows color (decimal): -6435621 or 14404765. OLE color: 14404765.

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

Color convert

RGB 157 204 219 -
CMYK 0.28 0.07 0 0.14
HSL 194.52º 0.46% 0.74% -
HSV(B) 194.52º 0.28% 0.86% -
XYZ 48.28 55.47 75.18 -
YUV 191.66 143.43 103.28 -
System Red Green Blue C M Y K H S L
Decimal 157 204 219 0.28 0.07 0 0.14 194.52 0.46 0.74
Hex 9D CC DB 1C 7 0 E C3 2E 4A
Octal 235 314 333 34 7 0 16 303 56 112
Binary 10011101 11001100 11011011 11100 111 0 1110 11000011 101110 1001010

Color Harmonies of #9DCCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCCDB

Black with #9DCCDB

Text Example


Text Example

White with #9DCCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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