Html Css Color HEX #9FC1CA Regent St Blue

📋 copy color: '#9FC1CA'

red 159 ◦ green 193 ◦ blue 202

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

Shades of Regent St Blue #9FC1CA

Tints of Regent St Blue #9FC1CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.46%

R = 28.7%
G = 34.84%
B = 36.46%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9FC1CA (or 0x9FC1CA) is known color: Regent St Blue. HEX triplet: 9F, C1 and CA. RGB value is (159,193,202). Sum of RGB (Red+Green+Blue) = 159+193+202=554 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.70% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 202 - color contains mainly: blue. Hex color #9FC1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC1CA is #603E35. Grayscale: #B7B7B7. Windows color (decimal): -6307382 or 13287839. OLE color: 13287839.

HSL color Cylindrical-coordinate representation of color #9FC1CA: hue angle of 192.56º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FC1CA is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 159 193 202 -
CMYK 0.21 0.04 0 0.21
HSL 192.56º 0.29% 0.71% -
HSV(B) 192.56º 0.21% 0.79% -
XYZ 44.03 49.78 63.16 -
YUV 183.86 138.24 110.27 -
System Red Green Blue C M Y K H S L
Decimal 159 193 202 0.21 0.04 0 0.21 192.56 0.29 0.71
Hex 9F C1 CA 15 4 0 15 C1 1D 47
Octal 237 301 312 25 4 0 25 301 35 107
Binary 10011111 11000001 11001010 10101 100 0 10101 11000001 11101 1000111

Color Harmonies of #9FC1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC1CA

Black with #9FC1CA

Text Example


Text Example

White with #9FC1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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