Html Css Color HEX #9FC1CC Regent St Blue

📋 copy color: '#9FC1CC'

red 159 ◦ green 193 ◦ blue 204

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

Shades of Regent St Blue #9FC1CC

Tints of Regent St Blue #9FC1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.69%

R = 28.6%
G = 34.71%
B = 36.69%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9FC1CC (or 0x9FC1CC) is known color: Regent St Blue. HEX triplet: 9F, C1 and CC. RGB value is (159,193,204). Sum of RGB (Red+Green+Blue) = 159+193+204=556 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.60% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 204 - color contains mainly: blue. Hex color #9FC1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC1CC is #603E33. Grayscale: #B8B8B8. Windows color (decimal): -6307380 or 13418911. OLE color: 13418911.

HSL color Cylindrical-coordinate representation of color #9FC1CC: hue angle of 194.67º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FC1CC is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 159 193 204 -
CMYK 0.22 0.05 0 0.2
HSL 194.67º 0.31% 0.71% -
HSV(B) 194.67º 0.22% 0.8% -
XYZ 44.27 49.87 64.42 -
YUV 184.09 139.24 110.11 -
System Red Green Blue C M Y K H S L
Decimal 159 193 204 0.22 0.05 0 0.2 194.67 0.31 0.71
Hex 9F C1 CC 16 5 0 14 C3 1F 47
Octal 237 301 314 26 5 0 24 303 37 107
Binary 10011111 11000001 11001100 10110 101 0 10100 11000011 11111 1000111

Color Harmonies of #9FC1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC1CC

Black with #9FC1CC

Text Example


Text Example

White with #9FC1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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