Html Css Color HEX #9EBFCD Regent St Blue

📋 copy color: '#9EBFCD'

red 158 ◦ green 191 ◦ blue 205

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

Shades of Regent St Blue #9EBFCD

Tints of Regent St Blue #9EBFCD

RGB

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

 GREEN value IS 191 (75% from 255) = 34.48%

 BLUE value IS 205 (80.47% from 255) = 37%

R = 28.52%
G = 34.48%
B = 37%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9EBFCD (or 0x9EBFCD) is known color: Regent St Blue. HEX triplet: 9E, BF and CD. RGB value is (158,191,205). Sum of RGB (Red+Green+Blue) = 158+191+205=554 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.52% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #9EBFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBFCD is #614032. Grayscale: #B6B6B6. Windows color (decimal): -6373427 or 13483934. OLE color: 13483934.

HSL color Cylindrical-coordinate representation of color #9EBFCD: hue angle of 197.87º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9EBFCD is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 191 205 -
CMYK 0.23 0.07 0 0.20
HSL 197.87º 0.32% 0.71% -
HSV(B) 197.87º 0.23% 0.8% -
XYZ 43.75 48.94 64.9 -
YUV 182.73 140.57 110.36 -
System Red Green Blue C M Y K H S L
Decimal 158 191 205 0.23 0.07 0 0.20 197.87 0.32 0.71
Hex 9E BF CD 17 7 0 14 C6 20 47
Octal 236 277 315 27 7 0 24 306 40 107
Binary 10011110 10111111 11001101 10111 111 0 10100 11000110 100000 1000111

Color Harmonies of #9EBFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBFCD

Black with #9EBFCD

Text Example


Text Example

White with #9EBFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,191,205); }

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

background-color css

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

 a { background-color: rgb(158,191,205); }

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

border-color css

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

 span { border-color: rgb(158,191,205); }

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