Html Css Color HEX #9FC6DC Regent St Blue

📋 copy color: '#9FC6DC'

red 159 ◦ green 198 ◦ blue 220

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

Shades of Regent St Blue #9FC6DC

Tints of Regent St Blue #9FC6DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.13%

R = 27.56%
G = 34.32%
B = 38.13%

CMYK

 C value IS 0.28

 M value IS 0.1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9FC6DC (or 0x9FC6DC) is known color: Regent St Blue. HEX triplet: 9F, C6 and DC. RGB value is (159,198,220). Sum of RGB (Red+Green+Blue) = 159+198+220=577 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.56% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #9FC6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC6DC is #603923. Grayscale: #BCBCBC. Windows color (decimal): -6306084 or 14468767. OLE color: 14468767.

HSL color Cylindrical-coordinate representation of color #9FC6DC: hue angle of 201.64º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FC6DC is Cyan = 0.28, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 198 220 -
CMYK 0.28 0.1 0 0.14
HSL 201.64º 0.47% 0.74% -
HSV(B) 201.64º 0.28% 0.86% -
XYZ 47.41 52.93 75.43 -
YUV 188.85 145.58 106.71 -
System Red Green Blue C M Y K H S L
Decimal 159 198 220 0.28 0.1 0 0.14 201.64 0.47 0.74
Hex 9F C6 DC 1C A 0 E CA 2F 4A
Octal 237 306 334 34 12 0 16 312 57 112
Binary 10011111 11000110 11011100 11100 1010 0 1110 11001010 101111 1001010

Color Harmonies of #9FC6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC6DC

Black with #9FC6DC

Text Example


Text Example

White with #9FC6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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