#8FCADA

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

Shades of Regent St Blue #8FCADA

Tints of Regent St Blue #8FCADA

Color information

#8FCADA (or 0x8FCADA) is unknown color: approx Regent St Blue. HEX triplet: 8F, CA and DA. RGB value is (143,202,218). Sum of RGB (Red+Green+Blue) = 143+202+218=563 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.40% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #8FCADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCADA is #703525. Grayscale: #BABABA. Windows color (decimal): -7353638 or 14338703. OLE color: 14338703.

HSL color Cylindrical-coordinate representation of color #8FCADA: hue angle of 192.8º degrees, saturation: 0.5, 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 #8FCADA is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB143202218-
CMYK0.340.0700.15
HSL192.8º50.34%70.78%-
HSV(B)192.8º34.4%85.49%-
XYZ45.153.1474.21-
YUV186.18145.9597.2-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.40%
GREEN value IS 202 (79.30% from 255) = 35.88%
BLUE value IS 218 (85.55% from 255) = 38.72%
R=25.40%
G=35.88%
B=38.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1432022180.340.0700.15192.850.3470.78
Hex8FCADA2270Fc13247
Octal21731233242701730162107
Binary10001111110010101101101010001011101111110000011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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