#8FC6D9

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

Shades of Regent St Blue #8FC6D9

Tints of Regent St Blue #8FC6D9

Color information

#8FC6D9 (or 0x8FC6D9) is unknown color: approx Regent St Blue. HEX triplet: 8F, C6 and D9. RGB value is (143,198,217). Sum of RGB (Red+Green+Blue) = 143+198+217=558 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.63% from 558); Green value is 198 (77.73% from 255 or 35.48% from 558); Blue value is 217 (85.16% from 255 or 38.89% from 558); Max value from RGB is 217 - color contains mainly: blue. Hex color #8FC6D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC6D9 is #703926. Grayscale: #B7B7B7. Windows color (decimal): -7354663 or 14272143. OLE color: 14272143.

HSL color Cylindrical-coordinate representation of color #8FC6D9: hue angle of 195.41º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FC6D9 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB143198217-
CMYK0.340.0900.15
HSL195.41º49.33%70.59%-
HSV(B)195.41º34.1%85.1%-
XYZ44.0551.2473.21-
YUV183.72146.7898.96-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.63%
GREEN value IS 198 (77.73% from 255) = 35.48%
BLUE value IS 217 (85.16% from 255) = 38.89%
R=25.63%
G=35.48%
B=38.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1431982170.340.0900.15195.4149.3370.59
Hex8FC6D92290Fc33147
Octal217306331421101730361107
Binary100011111100011011011001100010100101111110000111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FC6D9; }

 p { color: rgb(143,198,217); }

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

<style>
 a { background-color: #8FC6D9; }

 a { background-color: rgb(143,198,217); }

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

<style>
 span { border-color: #8FC6D9; }

 span { border-color: rgb(143,198,217); }

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