#8BC0EA

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

Shades of Cornflower #8BC0EA

Tints of Cornflower #8BC0EA

Color information

#8BC0EA (or 0x8BC0EA) is unknown color: approx Cornflower. HEX triplet: 8B, C0 and EA. RGB value is (139,192,234). Sum of RGB (Red+Green+Blue) = 139+192+234=565 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.60% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #8BC0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC0EA is #743F15. Grayscale: #B4B4B4. Windows color (decimal): -7618326 or 15384715. OLE color: 15384715.

HSL color Cylindrical-coordinate representation of color #8BC0EA: hue angle of 206.53º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BC0EA is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB139192234-
CMYK0.410.1800.08
HSL206.53º69.34%73.14%-
HSV(B)206.53º40.6%91.76%-
XYZ44.3549.1384.99-
YUV180.94157.9498.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.60%
GREEN value IS 192 (75.39% from 255) = 33.98%
BLUE value IS 234 (91.80% from 255) = 41.42%
R=24.60%
G=33.98%
B=41.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1391922340.410.1800.08206.5369.3473.14
Hex8BC0EA291208cf4549
Octal2133003525122010317105111
Binary10001011110000001110101010100110010010001100111110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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