Html Css Color HEX #9FC6D1 Regent St Blue

📋 copy color: '#9FC6D1'

red 159 ◦ green 198 ◦ blue 209

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

Shades of Regent St Blue #9FC6D1

Tints of Regent St Blue #9FC6D1

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.98%

 BLUE value IS 209 (82.03% from 255) = 36.93%

R = 28.09%
G = 34.98%
B = 36.93%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9FC6D1 (or 0x9FC6D1) is known color: Regent St Blue. HEX triplet: 9F, C6 and D1. RGB value is (159,198,209). Sum of RGB (Red+Green+Blue) = 159+198+209=566 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.09% from 566); Green value is 198 (77.73% from 255 or 34.98% from 566); Blue value is 209 (82.03% from 255 or 36.93% from 566); Max value from RGB is 209 - color contains mainly: blue. Hex color #9FC6D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC6D1 is #60392E. Grayscale: #BBBBBB. Windows color (decimal): -6306095 or 13747871. OLE color: 13747871.

HSL color Cylindrical-coordinate representation of color #9FC6D1: hue angle of 193.2º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9FC6D1 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 159 198 209 -
CMYK 0.24 0.05 0 0.18
HSL 193.2º 0.35% 0.72% -
HSV(B) 193.2º 0.24% 0.82% -
XYZ 46 52.36 68 -
YUV 187.59 140.08 107.61 -
System Red Green Blue C M Y K H S L
Decimal 159 198 209 0.24 0.05 0 0.18 193.2 0.35 0.72
Hex 9F C6 D1 18 5 0 12 C1 23 48
Octal 237 306 321 30 5 0 22 301 43 110
Binary 10011111 11000110 11010001 11000 101 0 10010 11000001 100011 1001000

Color Harmonies of #9FC6D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC6D1

Black with #9FC6D1

Text Example


Text Example

White with #9FC6D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,198,209); }

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

background-color css

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

 a { background-color: rgb(159,198,209); }

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

border-color css

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

 span { border-color: rgb(159,198,209); }

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