Html Css Color HEX #9FC4CE Regent St Blue

📋 copy color: '#9FC4CE'

red 159 ◦ green 196 ◦ blue 206

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

Shades of Regent St Blue #9FC4CE

Tints of Regent St Blue #9FC4CE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.94%

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

R = 28.34%
G = 34.94%
B = 36.72%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9FC4CE (or 0x9FC4CE) is known color: Regent St Blue. HEX triplet: 9F, C4 and CE. RGB value is (159,196,206). Sum of RGB (Red+Green+Blue) = 159+196+206=561 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.34% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 206 - color contains mainly: blue. Hex color #9FC4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC4CE is #603B31. Grayscale: #BABABA. Windows color (decimal): -6306610 or 13550751. OLE color: 13550751.

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

Color convert

RGB 159 196 206 -
CMYK 0.23 0.05 0 0.19
HSL 192.77º 0.32% 0.72% -
HSV(B) 192.77º 0.23% 0.81% -
XYZ 45.18 51.31 65.91 -
YUV 186.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 159 196 206 0.23 0.05 0 0.19 192.77 0.32 0.72
Hex 9F C4 CE 17 5 0 13 C1 20 48
Octal 237 304 316 27 5 0 23 301 40 110
Binary 10011111 11000100 11001110 10111 101 0 10011 11000001 100000 1001000

Color Harmonies of #9FC4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC4CE

Black with #9FC4CE

Text Example


Text Example

White with #9FC4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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