Html Css Color HEX #9DCDDD Regent St Blue

📋 copy color: '#9DCDDD'

red 157 ◦ green 205 ◦ blue 221

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

Shades of Regent St Blue #9DCDDD

Tints of Regent St Blue #9DCDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.16%

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

R = 26.93%
G = 35.16%
B = 37.91%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9DCDDD (or 0x9DCDDD) is known color: Regent St Blue. HEX triplet: 9D, CD and DD. RGB value is (157,205,221). Sum of RGB (Red+Green+Blue) = 157+205+221=583 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.93% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #9DCDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCDDD is #623222. Grayscale: #C0C0C0. Windows color (decimal): -6435363 or 14536093. OLE color: 14536093.

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

Color convert

RGB 157 205 221 -
CMYK 0.29 0.07 0 0.13
HSL 195º 0.48% 0.74% -
HSV(B) 195º 0.29% 0.87% -
XYZ 48.79 56.05 76.65 -
YUV 192.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 157 205 221 0.29 0.07 0 0.13 195 0.48 0.74
Hex 9D CD DD 1D 7 0 D C3 30 4A
Octal 235 315 335 35 7 0 15 303 60 112
Binary 10011101 11001101 11011101 11101 111 0 1101 11000011 110000 1001010

Color Harmonies of #9DCDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCDDD

Black with #9DCDDD

Text Example


Text Example

White with #9DCDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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