#8FCAD7

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

Shades of Regent St Blue #8FCAD7

Tints of Regent St Blue #8FCAD7

Color information

#8FCAD7 (or 0x8FCAD7) is unknown color: approx Regent St Blue. HEX triplet: 8F, CA and D7. RGB value is (143,202,215). Sum of RGB (Red+Green+Blue) = 143+202+215=560 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.54% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 215 (84.38% from 255 or 38.39% from 560); Max value from RGB is 215 - color contains mainly: blue. Hex color #8FCAD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCAD7 is #703528. Grayscale: #B9B9B9. Windows color (decimal): -7353641 or 14142095. OLE color: 14142095.

HSL color Cylindrical-coordinate representation of color #8FCAD7: hue angle of 190.83º degrees, saturation: 0.47, 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 #8FCAD7 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB143202215-
CMYK0.330.0600.16
HSL190.83º47.37%70.2%-
HSV(B)190.83º33.49%84.31%-
XYZ44.7152.9972.16-
YUV185.84144.4597.44-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.54%
GREEN value IS 202 (79.30% from 255) = 36.07%
BLUE value IS 215 (84.38% from 255) = 38.39%
R=25.54%
G=36.07%
B=38.39%

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
Decimal1432022150.330.0600.16190.8347.3770.2
Hex8FCAD7216010bf2f46
Octal21731232741602027757106
Binary100011111100101011010111100001110010000101111111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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