Html Css Color HEX #9FC1CF Regent St Blue

📋 copy color: '#9FC1CF'

red 159 ◦ green 193 ◦ blue 207

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

Shades of Regent St Blue #9FC1CF

Tints of Regent St Blue #9FC1CF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.53%

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

R = 28.44%
G = 34.53%
B = 37.03%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9FC1CF (or 0x9FC1CF) is known color: Regent St Blue. HEX triplet: 9F, C1 and CF. RGB value is (159,193,207). Sum of RGB (Red+Green+Blue) = 159+193+207=559 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.44% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #9FC1CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC1CF is #603E30. Grayscale: #B8B8B8. Windows color (decimal): -6307377 or 13615519. OLE color: 13615519.

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

Color convert

RGB 159 193 207 -
CMYK 0.23 0.07 0 0.19
HSL 197.5º 0.33% 0.72% -
HSV(B) 197.5º 0.23% 0.81% -
XYZ 44.63 50.02 66.33 -
YUV 184.43 140.74 109.86 -
System Red Green Blue C M Y K H S L
Decimal 159 193 207 0.23 0.07 0 0.19 197.5 0.33 0.72
Hex 9F C1 CF 17 7 0 13 C6 21 48
Octal 237 301 317 27 7 0 23 306 41 110
Binary 10011111 11000001 11001111 10111 111 0 10011 11000110 100001 1001000

Color Harmonies of #9FC1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC1CF

Black with #9FC1CF

Text Example


Text Example

White with #9FC1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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