Html Css Color HEX #9DCCDC Regent St Blue

📋 copy color: '#9DCCDC'

red 157 ◦ green 204 ◦ blue 220

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

Shades of Regent St Blue #9DCCDC

Tints of Regent St Blue #9DCCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.87%

R = 27.02%
G = 35.11%
B = 37.87%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9DCCDC (or 0x9DCCDC) is known color: Regent St Blue. HEX triplet: 9D, CC and DC. RGB value is (157,204,220). Sum of RGB (Red+Green+Blue) = 157+204+220=581 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.02% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DCCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCCDC is #623323. Grayscale: #BFBFBF. Windows color (decimal): -6435620 or 14470301. OLE color: 14470301.

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

Color convert

RGB 157 204 220 -
CMYK 0.29 0.07 0 0.14
HSL 195.24º 0.47% 0.74% -
HSV(B) 195.24º 0.29% 0.86% -
XYZ 48.42 55.52 75.88 -
YUV 191.77 143.93 103.2 -
System Red Green Blue C M Y K H S L
Decimal 157 204 220 0.29 0.07 0 0.14 195.24 0.47 0.74
Hex 9D CC DC 1D 7 0 E C3 2F 4A
Octal 235 314 334 35 7 0 16 303 57 112
Binary 10011101 11001100 11011100 11101 111 0 1110 11000011 101111 1001010

Color Harmonies of #9DCCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCCDC

Black with #9DCCDC

Text Example


Text Example

White with #9DCCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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