Html Css Color HEX #9FC7DC Regent St Blue

📋 copy color: '#9FC7DC'

red 159 ◦ green 199 ◦ blue 220

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

Shades of Regent St Blue #9FC7DC

Tints of Regent St Blue #9FC7DC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.43%

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

R = 27.51%
G = 34.43%
B = 38.06%

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

#9FC7DC (or 0x9FC7DC) is known color: Regent St Blue. HEX triplet: 9F, C7 and DC. RGB value is (159,199,220). Sum of RGB (Red+Green+Blue) = 159+199+220=578 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.51% from 578); Green value is 199 (78.12% from 255 or 34.43% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #9FC7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC7DC is #603823. Grayscale: #BDBDBD. Windows color (decimal): -6305828 or 14469023. OLE color: 14469023.

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

Color convert

RGB 159 199 220 -
CMYK 0.28 0.10 0 0.14
HSL 200.66º 0.47% 0.74% -
HSV(B) 200.66º 0.28% 0.86% -
XYZ 47.64 53.39 75.5 -
YUV 189.43 145.25 106.29 -
System Red Green Blue C M Y K H S L
Decimal 159 199 220 0.28 0.10 0 0.14 200.66 0.47 0.74
Hex 9F C7 DC 1C A 0 E C9 2F 4A
Octal 237 307 334 34 12 0 16 311 57 112
Binary 10011111 11000111 11011100 11100 1010 0 1110 11001001 101111 1001010

Color Harmonies of #9FC7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC7DC

Black with #9FC7DC

Text Example


Text Example

White with #9FC7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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