Html Css Color HEX #9FC5DC Regent St Blue

📋 copy color: '#9FC5DC'

red 159 ◦ green 197 ◦ blue 220

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

Shades of Regent St Blue #9FC5DC

Tints of Regent St Blue #9FC5DC

RGB

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

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

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

R = 27.6%
G = 34.2%
B = 38.19%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9FC5DC (or 0x9FC5DC) is known color: Regent St Blue. HEX triplet: 9F, C5 and DC. RGB value is (159,197,220). Sum of RGB (Red+Green+Blue) = 159+197+220=576 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.60% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #9FC5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC5DC is #603A23. Grayscale: #BCBCBC. Windows color (decimal): -6306340 or 14468511. OLE color: 14468511.

HSL color Cylindrical-coordinate representation of color #9FC5DC: hue angle of 202.62º 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 #9FC5DC is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 197 220 -
CMYK 0.28 0.10 0 0.14
HSL 202.62º 0.47% 0.74% -
HSV(B) 202.62º 0.28% 0.86% -
XYZ 47.18 52.47 75.35 -
YUV 188.26 145.91 107.13 -
System Red Green Blue C M Y K H S L
Decimal 159 197 220 0.28 0.10 0 0.14 202.62 0.47 0.74
Hex 9F C5 DC 1C A 0 E CB 2F 4A
Octal 237 305 334 34 12 0 16 313 57 112
Binary 10011111 11000101 11011100 11100 1010 0 1110 11001011 101111 1001010

Color Harmonies of #9FC5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC5DC

Black with #9FC5DC

Text Example


Text Example

White with #9FC5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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