Html Css Color HEX #9DCCDE Regent St Blue

📋 copy color: '#9DCCDE'

red 157 ◦ green 204 ◦ blue 222

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

Shades of Regent St Blue #9DCCDE

Tints of Regent St Blue #9DCCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.08%

R = 26.93%
G = 34.99%
B = 38.08%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9DCCDE (or 0x9DCCDE) is known color: Regent St Blue. HEX triplet: 9D, CC and DE. RGB value is (157,204,222). Sum of RGB (Red+Green+Blue) = 157+204+222=583 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.93% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 222 - color contains mainly: blue. Hex color #9DCCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCCDE is #623321. Grayscale: #BFBFBF. Windows color (decimal): -6435618 or 14601373. OLE color: 14601373.

HSL color Cylindrical-coordinate representation of color #9DCCDE: hue angle of 196.62º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DCCDE is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 204 222 -
CMYK 0.29 0.08 0 0.13
HSL 196.62º 0.5% 0.74% -
HSV(B) 196.62º 0.29% 0.87% -
XYZ 48.68 55.63 77.28 -
YUV 192 144.93 103.04 -
System Red Green Blue C M Y K H S L
Decimal 157 204 222 0.29 0.08 0 0.13 196.62 0.5 0.74
Hex 9D CC DE 1D 8 0 D C5 32 4A
Octal 235 314 336 35 10 0 15 305 62 112
Binary 10011101 11001100 11011110 11101 1000 0 1101 11000101 110010 1001010

Color Harmonies of #9DCCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCCDE

Black with #9DCCDE

Text Example


Text Example

White with #9DCCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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