#8FCBDA

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

Shades of Regent St Blue #8FCBDA

Tints of Regent St Blue #8FCBDA

Color information

#8FCBDA (or 0x8FCBDA) is unknown color: approx Regent St Blue. HEX triplet: 8F, CB and DA. RGB value is (143,203,218). Sum of RGB (Red+Green+Blue) = 143+203+218=564 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.35% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #8FCBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCBDA is #703425. Grayscale: #BABABA. Windows color (decimal): -7353382 or 14338959. OLE color: 14338959.

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

Color convert

RGB143203218-
CMYK0.340.0700.15
HSL192º50.34%70.78%-
HSV(B)192º34.4%85.49%-
XYZ45.3453.6174.29-
YUV186.77145.6296.78-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.35%
GREEN value IS 203 (79.69% from 255) = 35.99%
BLUE value IS 218 (85.55% from 255) = 38.65%
R=25.35%
G=35.99%
B=38.65%

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
Decimal1432032180.340.0700.1519250.3470.78
Hex8FCBDA2270Fc03247
Octal21731333242701730062107
Binary10001111110010111101101010001011101111110000001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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