Html Css Color HEX #9FC5CF Regent St Blue

📋 copy color: '#9FC5CF'

red 159 ◦ green 197 ◦ blue 207

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

Shades of Regent St Blue #9FC5CF

Tints of Regent St Blue #9FC5CF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.99%

 BLUE value IS 207 (81.25% from 255) = 36.77%

R = 28.24%
G = 34.99%
B = 36.77%

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

#9FC5CF (or 0x9FC5CF) is known color: Regent St Blue. HEX triplet: 9F, C5 and CF. RGB value is (159,197,207). Sum of RGB (Red+Green+Blue) = 159+197+207=563 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.24% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #9FC5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC5CF is #603A30. Grayscale: #BABABA. Windows color (decimal): -6306353 or 13616543. OLE color: 13616543.

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

Color convert

RGB 159 197 207 -
CMYK 0.23 0.05 0 0.19
HSL 192.5º 0.33% 0.72% -
HSV(B) 192.5º 0.23% 0.81% -
XYZ 45.53 51.81 66.63 -
YUV 186.78 139.41 108.19 -
System Red Green Blue C M Y K H S L
Decimal 159 197 207 0.23 0.05 0 0.19 192.5 0.33 0.72
Hex 9F C5 CF 17 5 0 13 C0 21 48
Octal 237 305 317 27 5 0 23 300 41 110
Binary 10011111 11000101 11001111 10111 101 0 10011 11000000 100001 1001000

Color Harmonies of #9FC5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC5CF

Black with #9FC5CF

Text Example


Text Example

White with #9FC5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,197,207); }

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

background-color css

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

 a { background-color: rgb(159,197,207); }

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

border-color css

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

 span { border-color: rgb(159,197,207); }

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