#8FCEEE

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

Shades of Anakiwa #8FCEEE

Tints of Anakiwa #8FCEEE

Color information

#8FCEEE (or 0x8FCEEE) is unknown color: approx Anakiwa. HEX triplet: 8F, CE and EE. RGB value is (143,206,238). Sum of RGB (Red+Green+Blue) = 143+206+238=587 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.36% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FCEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCEEE is #703111. Grayscale: #BEBEBE. Windows color (decimal): -7352594 or 15650447. OLE color: 15650447.

HSL color Cylindrical-coordinate representation of color #8FCEEE: hue angle of 200.21º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FCEEE is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB143206238-
CMYK0.400.1300.07
HSL200.21º73.64%74.71%-
HSV(B)200.21º39.92%93.33%-
XYZ48.8356.1689.15-
YUV190.81154.6393.9-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.36%
GREEN value IS 206 (80.86% from 255) = 35.09%
BLUE value IS 238 (93.36% from 255) = 40.55%
R=24.36%
G=35.09%
B=40.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1432062380.400.1300.07200.2173.6474.71
Hex8FCEEE28D07c84a4b
Octal217316356501507310112113
Binary100011111100111011101110101000110101111100100010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,206,238); }

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

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

 a { background-color: rgb(143,206,238); }

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

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

 span { border-color: rgb(143,206,238); }

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