#8CD0F1

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

Shades of Anakiwa #8CD0F1

Tints of Anakiwa #8CD0F1

Color information

#8CD0F1 (or 0x8CD0F1) is unknown color: approx Anakiwa. HEX triplet: 8C, D0 and F1. RGB value is (140,208,241). Sum of RGB (Red+Green+Blue) = 140+208+241=589 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.77% from 589); Green value is 208 (81.64% from 255 or 35.31% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 241 - color contains mainly: blue. Hex color #8CD0F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CD0F1 is #732F0E. Grayscale: #BFBFBF. Windows color (decimal): -7548687 or 15847564. OLE color: 15847564.

HSL color Cylindrical-coordinate representation of color #8CD0F1: hue angle of 199.6º degrees, saturation: 0.78, 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 #8CD0F1 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB140208241-
CMYK0.420.1400.05
HSL199.6º78.29%74.71%-
HSV(B)199.6º41.91%94.51%-
XYZ49.2557.0491.63-
YUV191.43155.9791.32-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.77%
GREEN value IS 208 (81.64% from 255) = 35.31%
BLUE value IS 241 (94.53% from 255) = 40.92%
R=23.77%
G=35.31%
B=40.92%

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
Decimal1402082410.420.1400.05199.678.2974.71
Hex8CD0F12AE05c84e4b
Octal214320361521605310116113
Binary100011001101000011110001101010111001011100100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,208,241); }

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

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

 a { background-color: rgb(140,208,241); }

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

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

 span { border-color: rgb(140,208,241); }

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