#8FDCEE

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

Shades of Anakiwa #8FDCEE

Tints of Anakiwa #8FDCEE

Color information

#8FDCEE (or 0x8FDCEE) is unknown color: approx Anakiwa. HEX triplet: 8F, DC and EE. RGB value is (143,220,238). Sum of RGB (Red+Green+Blue) = 143+220+238=601 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.79% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FDCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDCEE is #702311. Grayscale: #C6C6C6. Windows color (decimal): -7349010 or 15654031. OLE color: 15654031.

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

Color convert

RGB143220238-
CMYK0.400.0800.07
HSL191.37º73.64%74.71%-
HSV(B)191.37º39.92%93.33%-
XYZ52.3563.290.33-
YUV199.03149.9988.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.79%
GREEN value IS 220 (86.33% from 255) = 36.61%
BLUE value IS 238 (93.36% from 255) = 39.60%
R=23.79%
G=36.61%
B=39.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1432202380.400.0800.07191.3773.6474.71
Hex8FDCEE28807bf4a4b
Octal217334356501007277112113
Binary100011111101110011101110101000100001111011111110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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