#9FCAD4

Color #9FCAD4 Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #9FCAD4

Tints of Regent St Blue #9FCAD4

Color information

#9FCAD4 (or 0x9FCAD4) is unknown color: approx Regent St Blue. HEX triplet: 9F, CA and D4. RGB value is (159,202,212). Sum of RGB (Red+Green+Blue) = 159+202+212=573 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.75% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 212 (83.20% from 255 or 37.00% from 573); Max value from RGB is 212 - color contains mainly: blue. Hex color #9FCAD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCAD4 is #60352B. Grayscale: #BEBEBE. Windows color (decimal): -6305068 or 13945503. OLE color: 13945503.

HSL color Cylindrical-coordinate representation of color #9FCAD4: hue angle of 191.32º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FCAD4 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB159202212-
CMYK0.250.0500.17
HSL191.32º38.13%72.75%-
HSV(B)191.32º25%83.14%-
XYZ47.354.3770.29-
YUV190.28140.25105.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.75%
GREEN value IS 202 (79.30% from 255) = 35.25%
BLUE value IS 212 (83.20% from 255) = 37.00%
R=27.75%
G=35.25%
B=37.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1592022120.250.0500.17191.3238.1372.75
Hex9FCAD4195011bf2649
Octal23731232431502127746111
Binary10011111110010101101010011001101010001101111111001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FCAD4;
 }
 .AnyTagClassName
 {
   color: #9FCAD4;
 }
</style>
background-color css

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

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

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

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

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

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