#8CCFF2

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

Shades of Anakiwa #8CCFF2

Tints of Anakiwa #8CCFF2

Color information

#8CCFF2 (or 0x8CCFF2) is unknown color: approx Anakiwa. HEX triplet: 8C, CF and F2. RGB value is (140,207,242). Sum of RGB (Red+Green+Blue) = 140+207+242=589 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.77% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #8CCFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCFF2 is #73300D. Grayscale: #BEBEBE. Windows color (decimal): -7548942 or 15912844. OLE color: 15912844.

HSL color Cylindrical-coordinate representation of color #8CCFF2: hue angle of 200.59º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CCFF2 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB140207242-
CMYK0.420.1400.05
HSL200.59º79.69%74.9%-
HSV(B)200.59º42.15%94.9%-
XYZ49.1656.6192.34-
YUV190.96156.891.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.77%
GREEN value IS 207 (81.25% from 255) = 35.14%
BLUE value IS 242 (94.92% from 255) = 41.09%
R=23.77%
G=35.14%
B=41.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1402072420.420.1400.05200.5979.6974.9
Hex8CCFF22AE05c9504b
Octal214317362521605311120113
Binary100011001100111111110010101010111001011100100110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,207,242); }

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

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

 a { background-color: rgb(140,207,242); }

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

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

 span { border-color: rgb(140,207,242); }

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