#8FCAD6

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

Shades of Regent St Blue #8FCAD6

Tints of Regent St Blue #8FCAD6

Color information

#8FCAD6 (or 0x8FCAD6) is unknown color: approx Regent St Blue. HEX triplet: 8F, CA and D6. RGB value is (143,202,214). Sum of RGB (Red+Green+Blue) = 143+202+214=559 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.58% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 214 - color contains mainly: blue. Hex color #8FCAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCAD6 is #703529. Grayscale: #B9B9B9. Windows color (decimal): -7353642 or 14076559. OLE color: 14076559.

HSL color Cylindrical-coordinate representation of color #8FCAD6: hue angle of 190.14º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FCAD6 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB143202214-
CMYK0.330.0600.16
HSL190.14º46.41%70%-
HSV(B)190.14º33.18%83.92%-
XYZ44.5952.9471.49-
YUV185.73143.9597.52-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.58%
GREEN value IS 202 (79.30% from 255) = 36.14%
BLUE value IS 214 (83.98% from 255) = 38.28%
R=25.58%
G=36.14%
B=38.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1432022140.330.0600.16190.1446.4170
Hex8FCAD6216010be2e46
Octal21731232641602027656106
Binary100011111100101011010110100001110010000101111101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,202,214); }

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

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

 a { background-color: rgb(143,202,214); }

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

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

 span { border-color: rgb(143,202,214); }

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