#8FC3CD

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

Shades of Regent St Blue #8FC3CD

Tints of Regent St Blue #8FC3CD

Color information

#8FC3CD (or 0x8FC3CD) is unknown color: approx Regent St Blue. HEX triplet: 8F, C3 and CD. RGB value is (143,195,205). Sum of RGB (Red+Green+Blue) = 143+195+205=543 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.34% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 205 - color contains mainly: blue. Hex color #8FC3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC3CD is #703C32. Grayscale: #B4B4B4. Windows color (decimal): -7355443 or 13484943. OLE color: 13484943.

HSL color Cylindrical-coordinate representation of color #8FC3CD: hue angle of 189.68º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FC3CD is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB143195205-
CMYK0.300.0500.20
HSL189.68º38.27%68.24%-
HSV(B)189.68º30.24%80.39%-
XYZ41.8649.2865.06-
YUV180.59141.77101.19-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.34%
GREEN value IS 195 (76.56% from 255) = 35.91%
BLUE value IS 205 (80.47% from 255) = 37.75%
R=26.34%
G=35.91%
B=37.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1431952050.300.0500.20189.6838.2768.24
Hex8FC3CD1E5014be2644
Octal21730331536502427646104
Binary10001111110000111100110111110101010100101111101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,195,205); }

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

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

 a { background-color: rgb(143,195,205); }

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

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

 span { border-color: rgb(143,195,205); }

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