Html Css Color HEX #9DCEDC Regent St Blue

📋 copy color: '#9DCEDC'

red 157 ◦ green 206 ◦ blue 220

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

Shades of Regent St Blue #9DCEDC

Tints of Regent St Blue #9DCEDC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.33%

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

R = 26.93%
G = 35.33%
B = 37.74%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9DCEDC (or 0x9DCEDC) is known color: Regent St Blue. HEX triplet: 9D, CE and DC. RGB value is (157,206,220). Sum of RGB (Red+Green+Blue) = 157+206+220=583 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.93% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DCEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCEDC is #623123. Grayscale: #C0C0C0. Windows color (decimal): -6435108 or 14470813. OLE color: 14470813.

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

Color convert

RGB 157 206 220 -
CMYK 0.29 0.06 0 0.14
HSL 193.33º 0.47% 0.74% -
HSV(B) 193.33º 0.29% 0.86% -
XYZ 48.89 56.48 76.03 -
YUV 192.95 143.27 102.36 -
System Red Green Blue C M Y K H S L
Decimal 157 206 220 0.29 0.06 0 0.14 193.33 0.47 0.74
Hex 9D CE DC 1D 6 0 E C1 2F 4A
Octal 235 316 334 35 6 0 16 301 57 112
Binary 10011101 11001110 11011100 11101 110 0 1110 11000001 101111 1001010

Color Harmonies of #9DCEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCEDC

Black with #9DCEDC

Text Example


Text Example

White with #9DCEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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