Html Css Color HEX #9ECFDD Regent St Blue

📋 copy color: '#9ECFDD'

red 158 ◦ green 207 ◦ blue 221

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

Shades of Regent St Blue #9ECFDD

Tints of Regent St Blue #9ECFDD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.32%

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

R = 26.96%
G = 35.32%
B = 37.71%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9ECFDD (or 0x9ECFDD) is known color: Regent St Blue. HEX triplet: 9E, CF and DD. RGB value is (158,207,221). Sum of RGB (Red+Green+Blue) = 158+207+221=586 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.96% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #9ECFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECFDD is #613022. Grayscale: #C1C1C1. Windows color (decimal): -6369315 or 14536606. OLE color: 14536606.

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

Color convert

RGB 158 207 221 -
CMYK 0.29 0.06 0 0.13
HSL 193.33º 0.48% 0.74% -
HSV(B) 193.33º 0.29% 0.87% -
XYZ 49.46 57.12 76.82 -
YUV 193.95 143.27 102.36 -
System Red Green Blue C M Y K H S L
Decimal 158 207 221 0.29 0.06 0 0.13 193.33 0.48 0.74
Hex 9E CF DD 1D 6 0 D C1 30 4A
Octal 236 317 335 35 6 0 15 301 60 112
Binary 10011110 11001111 11011101 11101 110 0 1101 11000001 110000 1001010

Color Harmonies of #9ECFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECFDD

Black with #9ECFDD

Text Example


Text Example

White with #9ECFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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