#8ABCDC

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

Shades of Cornflower #8ABCDC

Tints of Cornflower #8ABCDC

Color information

#8ABCDC (or 0x8ABCDC) is unknown color: approx Cornflower. HEX triplet: 8A, BC and DC. RGB value is (138,188,220). Sum of RGB (Red+Green+Blue) = 138+188+220=546 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.27% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #8ABCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABCDC is #754323. Grayscale: #B0B0B0. Windows color (decimal): -7684900 or 14466186. OLE color: 14466186.

HSL color Cylindrical-coordinate representation of color #8ABCDC: hue angle of 203.41º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ABCDC is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB138188220-
CMYK0.370.1500.14
HSL203.41º53.95%70.2%-
HSV(B)203.41º37.27%86.27%-
XYZ41.3846.5474.51-
YUV176.7152.44100.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.27%
GREEN value IS 188 (73.83% from 255) = 34.43%
BLUE value IS 220 (86.33% from 255) = 40.29%
R=25.27%
G=34.43%
B=40.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1381882200.370.1500.14203.4153.9570.2
Hex8ABCDC25F0Ecb3646
Octal212274334451701631366106
Binary100010101011110011011100100101111101110110010111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,188,220); }

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

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

 a { background-color: rgb(138,188,220); }

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

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

 span { border-color: rgb(138,188,220); }

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