#8BC0DC

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

Shades of Cornflower #8BC0DC

Tints of Cornflower #8BC0DC

Color information

#8BC0DC (or 0x8BC0DC) is unknown color: approx Cornflower. HEX triplet: 8B, C0 and DC. RGB value is (139,192,220). Sum of RGB (Red+Green+Blue) = 139+192+220=551 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.23% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #8BC0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC0DC is #743F23. Grayscale: #B3B3B3. Windows color (decimal): -7618340 or 14467211. OLE color: 14467211.

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

Color convert

RGB139192220-
CMYK0.370.1300.14
HSL200.74º53.64%70.39%-
HSV(B)200.74º36.82%86.27%-
XYZ42.4248.3674.81-
YUV179.34150.9499.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.23%
GREEN value IS 192 (75.39% from 255) = 34.85%
BLUE value IS 220 (86.33% from 255) = 39.93%
R=25.23%
G=34.85%
B=39.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1391922200.370.1300.14200.7453.6470.39
Hex8BC0DC25D0Ec93646
Octal213300334451501631166106
Binary100010111100000011011100100101110101110110010011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,192,220); }

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

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

 a { background-color: rgb(139,192,220); }

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

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

 span { border-color: rgb(139,192,220); }

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