Html Css Color HEX #9ECCDE Regent St Blue

📋 copy color: '#9ECCDE'

red 158 ◦ green 204 ◦ blue 222

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

Shades of Regent St Blue #9ECCDE

Tints of Regent St Blue #9ECCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.01%

R = 27.05%
G = 34.93%
B = 38.01%

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

#9ECCDE (or 0x9ECCDE) is known color: Regent St Blue. HEX triplet: 9E, CC and DE. RGB value is (158,204,222). Sum of RGB (Red+Green+Blue) = 158+204+222=584 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.05% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 222 - color contains mainly: blue. Hex color #9ECCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECCDE is #613321. Grayscale: #C0C0C0. Windows color (decimal): -6370082 or 14601374. OLE color: 14601374.

HSL color Cylindrical-coordinate representation of color #9ECCDE: hue angle of 196.88º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ECCDE is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 204 222 -
CMYK 0.29 0.08 0 0.13
HSL 196.88º 0.49% 0.75% -
HSV(B) 196.88º 0.29% 0.87% -
XYZ 48.88 55.73 77.29 -
YUV 192.3 144.76 103.54 -
System Red Green Blue C M Y K H S L
Decimal 158 204 222 0.29 0.08 0 0.13 196.88 0.49 0.75
Hex 9E CC DE 1D 8 0 D C5 31 4B
Octal 236 314 336 35 10 0 15 305 61 113
Binary 10011110 11001100 11011110 11101 1000 0 1101 11000101 110001 1001011

Color Harmonies of #9ECCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECCDE

Black with #9ECCDE

Text Example


Text Example

White with #9ECCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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