Html Css Color HEX #9ECFDA Regent St Blue

📋 copy color: '#9ECFDA'

red 158 ◦ green 207 ◦ blue 218

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

Shades of Regent St Blue #9ECFDA

Tints of Regent St Blue #9ECFDA

RGB

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

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

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

R = 27.1%
G = 35.51%
B = 37.39%

CMYK

 C value IS 0.28

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9ECFDA (or 0x9ECFDA) is known color: Regent St Blue. HEX triplet: 9E, CF and DA. RGB value is (158,207,218). Sum of RGB (Red+Green+Blue) = 158+207+218=583 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.10% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #9ECFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECFDA is #613025. Grayscale: #C1C1C1. Windows color (decimal): -6369318 or 14339998. OLE color: 14339998.

HSL color Cylindrical-coordinate representation of color #9ECFDA: hue angle of 191º 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 #9ECFDA is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 207 218 -
CMYK 0.28 0.05 0 0.15
HSL 191º 0.45% 0.74% -
HSV(B) 191º 0.28% 0.85% -
XYZ 49.07 56.96 74.74 -
YUV 193.6 141.77 102.61 -
System Red Green Blue C M Y K H S L
Decimal 158 207 218 0.28 0.05 0 0.15 191 0.45 0.74
Hex 9E CF DA 1C 5 0 F BF 2D 4A
Octal 236 317 332 34 5 0 17 277 55 112
Binary 10011110 11001111 11011010 11100 101 0 1111 10111111 101101 1001010

Color Harmonies of #9ECFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECFDA

Black with #9ECFDA

Text Example


Text Example

White with #9ECFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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