Html Css Color HEX #9FC7CE Regent St Blue

📋 copy color: '#9FC7CE'

red 159 ◦ green 199 ◦ blue 206

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

Shades of Regent St Blue #9FC7CE

Tints of Regent St Blue #9FC7CE

RGB

 RED value IS 159 (62.5% from 255) = 28.19%

 GREEN value IS 199 (78.13% from 255) = 35.28%

 BLUE value IS 206 (80.86% from 255) = 36.52%

R = 28.19%
G = 35.28%
B = 36.52%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9FC7CE (or 0x9FC7CE) is known color: Regent St Blue. HEX triplet: 9F, C7 and CE. RGB value is (159,199,206). Sum of RGB (Red+Green+Blue) = 159+199+206=564 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.19% from 564); Green value is 199 (78.12% from 255 or 35.28% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 206 - color contains mainly: blue. Hex color #9FC7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC7CE is #603831. Grayscale: #BBBBBB. Windows color (decimal): -6305842 or 13551519. OLE color: 13551519.

HSL color Cylindrical-coordinate representation of color #9FC7CE: hue angle of 188.94º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FC7CE is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 199 206 -
CMYK 0.23 0.03 0 0.19
HSL 188.94º 0.32% 0.72% -
HSV(B) 188.94º 0.23% 0.81% -
XYZ 45.86 52.67 66.14 -
YUV 187.84 138.25 107.43 -
System Red Green Blue C M Y K H S L
Decimal 159 199 206 0.23 0.03 0 0.19 188.94 0.32 0.72
Hex 9F C7 CE 17 3 0 13 BD 20 48
Octal 237 307 316 27 3 0 23 275 40 110
Binary 10011111 11000111 11001110 10111 11 0 10011 10111101 100000 1001000

Color Harmonies of #9FC7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC7CE

Black with #9FC7CE

Text Example


Text Example

White with #9FC7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,199,206); }

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

background-color css

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

 a { background-color: rgb(159,199,206); }

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

border-color css

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

 span { border-color: rgb(159,199,206); }

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