#8FCBE5

Color #8FCBE5 Anakiwa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Anakiwa #8FCBE5

Tints of Anakiwa #8FCBE5

Color information

#8FCBE5 (or 0x8FCBE5) is unknown color: approx Anakiwa. HEX triplet: 8F, CB and E5. RGB value is (143,203,229). Sum of RGB (Red+Green+Blue) = 143+203+229=575 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.87% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 229 - color contains mainly: blue. Hex color #8FCBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCBE5 is #70341A. Grayscale: #BBBBBB. Windows color (decimal): -7353371 or 15059855. OLE color: 15059855.

HSL color Cylindrical-coordinate representation of color #8FCBE5: hue angle of 198.14º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FCBE5 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB143203229-
CMYK0.380.1100.10
HSL198.14º62.32%72.94%-
HSV(B)198.14º37.55%89.8%-
XYZ46.8354.2182.12-
YUV188.02151.1295.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.87%
GREEN value IS 203 (79.69% from 255) = 35.30%
BLUE value IS 229 (89.84% from 255) = 39.83%
R=24.87%
G=35.30%
B=39.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1432032290.380.1100.10198.1462.3272.94
Hex8FCBE526B0Ac63e49
Octal217313345461301230676111
Binary100011111100101111100101100110101101010110001101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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