Html Css Color HEX #9ECCDA Regent St Blue

📋 copy color: '#9ECCDA'

red 158 ◦ green 204 ◦ blue 218

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

Shades of Regent St Blue #9ECCDA

Tints of Regent St Blue #9ECCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.59%

R = 27.24%
G = 35.17%
B = 37.59%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9ECCDA (or 0x9ECCDA) is known color: Regent St Blue. HEX triplet: 9E, CC and DA. RGB value is (158,204,218). Sum of RGB (Red+Green+Blue) = 158+204+218=580 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.24% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #9ECCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECCDA is #613325. Grayscale: #BFBFBF. Windows color (decimal): -6370086 or 14339230. OLE color: 14339230.

HSL color Cylindrical-coordinate representation of color #9ECCDA: hue angle of 194º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9ECCDA is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 204 218 -
CMYK 0.28 0.06 0 0.15
HSL 194º 0.45% 0.74% -
HSV(B) 194º 0.28% 0.85% -
XYZ 48.35 55.52 74.5 -
YUV 191.84 142.76 103.86 -
System Red Green Blue C M Y K H S L
Decimal 158 204 218 0.28 0.06 0 0.15 194 0.45 0.74
Hex 9E CC DA 1C 6 0 F C2 2D 4A
Octal 236 314 332 34 6 0 17 302 55 112
Binary 10011110 11001100 11011010 11100 110 0 1111 11000010 101101 1001010

Color Harmonies of #9ECCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECCDA

Black with #9ECCDA

Text Example


Text Example

White with #9ECCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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