Html Css Color HEX #9DCCDD Regent St Blue

📋 copy color: '#9DCCDD'

red 157 ◦ green 204 ◦ blue 221

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

Shades of Regent St Blue #9DCCDD

Tints of Regent St Blue #9DCCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.97%

R = 26.98%
G = 35.05%
B = 37.97%

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

#9DCCDD (or 0x9DCCDD) is known color: Regent St Blue. HEX triplet: 9D, CC and DD. RGB value is (157,204,221). Sum of RGB (Red+Green+Blue) = 157+204+221=582 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.98% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #9DCCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCCDD is #623322. Grayscale: #BFBFBF. Windows color (decimal): -6435619 or 14535837. OLE color: 14535837.

HSL color Cylindrical-coordinate representation of color #9DCCDD: hue angle of 195.94º degrees, saturation: 0.48, 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 #9DCCDD is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 204 221 -
CMYK 0.29 0.08 0 0.13
HSL 195.94º 0.48% 0.74% -
HSV(B) 195.94º 0.29% 0.87% -
XYZ 48.55 55.57 76.57 -
YUV 191.89 144.43 103.12 -
System Red Green Blue C M Y K H S L
Decimal 157 204 221 0.29 0.08 0 0.13 195.94 0.48 0.74
Hex 9D CC DD 1D 8 0 D C4 30 4A
Octal 235 314 335 35 10 0 15 304 60 112
Binary 10011101 11001100 11011101 11101 1000 0 1101 11000100 110000 1001010

Color Harmonies of #9DCCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCCDD

Black with #9DCCDD

Text Example


Text Example

White with #9DCCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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