#8ABDDB

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

Shades of Cornflower #8ABDDB

Tints of Cornflower #8ABDDB

Color information

#8ABDDB (or 0x8ABDDB) is unknown color: approx Cornflower. HEX triplet: 8A, BD and DB. RGB value is (138,189,219). Sum of RGB (Red+Green+Blue) = 138+189+219=546 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.27% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #8ABDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABDDB is #754224. Grayscale: #B1B1B1. Windows color (decimal): -7684645 or 14400906. OLE color: 14400906.

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

Color convert

RGB138189219-
CMYK0.370.1400.14
HSL202.22º52.94%70%-
HSV(B)202.22º36.99%85.88%-
XYZ41.4746.9173.89-
YUV177.17151.6100.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.27%
GREEN value IS 189 (74.22% from 255) = 34.62%
BLUE value IS 219 (85.94% from 255) = 40.11%
R=25.27%
G=34.62%
B=40.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1381892190.370.1400.14202.2252.9470
Hex8ABDDB25E0Eca3546
Octal212275333451601631265106
Binary100010101011110111011011100101111001110110010101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,189,219); }

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

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

 a { background-color: rgb(138,189,219); }

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

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

 span { border-color: rgb(138,189,219); }

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