#8FCCDA

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

Shades of Regent St Blue #8FCCDA

Tints of Regent St Blue #8FCCDA

Color information

#8FCCDA (or 0x8FCCDA) is unknown color: approx Regent St Blue. HEX triplet: 8F, CC and DA. RGB value is (143,204,218). Sum of RGB (Red+Green+Blue) = 143+204+218=565 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.31% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #8FCCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCCDA is #703325. Grayscale: #BBBBBB. Windows color (decimal): -7353126 or 14339215. OLE color: 14339215.

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

Color convert

RGB143204218-
CMYK0.340.0600.15
HSL191.2º50.34%70.78%-
HSV(B)191.2º34.4%85.49%-
XYZ45.5854.0974.37-
YUV187.36145.2996.36-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.31%
GREEN value IS 204 (80.08% from 255) = 36.11%
BLUE value IS 218 (85.55% from 255) = 38.58%
R=25.31%
G=36.11%
B=38.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1432042180.340.0600.15191.250.3470.78
Hex8FCCDA2260Fbf3247
Octal21731433242601727762107
Binary10001111110011001101101010001011001111101111111100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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