Html Css Color HEX #9FC2CB Regent St Blue

📋 copy color: '#9FC2CB'

red 159 ◦ green 194 ◦ blue 203

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

Shades of Regent St Blue #9FC2CB

Tints of Regent St Blue #9FC2CB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.89%

 BLUE value IS 203 (79.69% from 255) = 36.51%

R = 28.6%
G = 34.89%
B = 36.51%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9FC2CB (or 0x9FC2CB) is known color: Regent St Blue. HEX triplet: 9F, C2 and CB. RGB value is (159,194,203). Sum of RGB (Red+Green+Blue) = 159+194+203=556 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.60% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 203 - color contains mainly: blue. Hex color #9FC2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC2CB is #603D34. Grayscale: #B8B8B8. Windows color (decimal): -6307125 or 13353631. OLE color: 13353631.

HSL color Cylindrical-coordinate representation of color #9FC2CB: hue angle of 192.27º degrees, saturation: 0.3, 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 #9FC2CB is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 194 203 -
CMYK 0.22 0.04 0 0.20
HSL 192.27º 0.3% 0.71% -
HSV(B) 192.27º 0.22% 0.8% -
XYZ 44.37 50.27 63.86 -
YUV 184.56 138.4 109.77 -
System Red Green Blue C M Y K H S L
Decimal 159 194 203 0.22 0.04 0 0.20 192.27 0.3 0.71
Hex 9F C2 CB 16 4 0 14 C0 1E 47
Octal 237 302 313 26 4 0 24 300 36 107
Binary 10011111 11000010 11001011 10110 100 0 10100 11000000 11110 1000111

Color Harmonies of #9FC2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC2CB

Black with #9FC2CB

Text Example


Text Example

White with #9FC2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,194,203); }

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

background-color css

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

 a { background-color: rgb(159,194,203); }

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

border-color css

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

 span { border-color: rgb(159,194,203); }

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