#8CCDEB

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

Shades of Anakiwa #8CCDEB

Tints of Anakiwa #8CCDEB

Color information

#8CCDEB (or 0x8CCDEB) is unknown color: approx Anakiwa. HEX triplet: 8C, CD and EB. RGB value is (140,205,235). Sum of RGB (Red+Green+Blue) = 140+205+235=580 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.14% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #8CCDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCDEB is #733214. Grayscale: #BCBCBC. Windows color (decimal): -7549461 or 15453580. OLE color: 15453580.

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

Color convert

RGB140205235-
CMYK0.400.1300.08
HSL198.95º70.37%73.53%-
HSV(B)198.95º40.43%92.16%-
XYZ47.6455.2486.75-
YUV188.98153.9793.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.14%
GREEN value IS 205 (80.47% from 255) = 35.34%
BLUE value IS 235 (92.19% from 255) = 40.52%
R=24.14%
G=35.34%
B=40.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1402052350.400.1300.08198.9570.3773.53
Hex8CCDEB28D08c7464a
Octal2143153535015010307106112
Binary1000110011001101111010111010001101010001100011110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,205,235); }

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

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

 a { background-color: rgb(140,205,235); }

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

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

 span { border-color: rgb(140,205,235); }

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