Html Css Color HEX #9ECCDD Regent St Blue

📋 copy color: '#9ECCDD'

red 158 ◦ green 204 ◦ blue 221

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

Shades of Regent St Blue #9ECCDD

Tints of Regent St Blue #9ECCDD

RGB

 RED value IS 158 (62.11% from 255) = 27.1%

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

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

R = 27.1%
G = 34.99%
B = 37.91%

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

#9ECCDD (or 0x9ECCDD) is known color: Regent St Blue. HEX triplet: 9E, CC and DD. RGB value is (158,204,221). Sum of RGB (Red+Green+Blue) = 158+204+221=583 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.10% from 583); Green value is 204 (80.08% from 255 or 34.99% 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 #9ECCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECCDD is #613322. Grayscale: #C0C0C0. Windows color (decimal): -6370083 or 14535838. OLE color: 14535838.

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

Color convert

RGB 158 204 221 -
CMYK 0.29 0.08 0 0.13
HSL 196.19º 0.48% 0.74% -
HSV(B) 196.19º 0.29% 0.87% -
XYZ 48.74 55.68 76.58 -
YUV 192.18 144.26 103.62 -
System Red Green Blue C M Y K H S L
Decimal 158 204 221 0.29 0.08 0 0.13 196.19 0.48 0.74
Hex 9E CC DD 1D 8 0 D C4 30 4A
Octal 236 314 335 35 10 0 15 304 60 112
Binary 10011110 11001100 11011101 11101 1000 0 1101 11000100 110000 1001010

Color Harmonies of #9ECCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECCDD

Black with #9ECCDD

Text Example


Text Example

White with #9ECCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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