#8BC3EA

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

Shades of Cornflower #8BC3EA

Tints of Cornflower #8BC3EA

Color information

#8BC3EA (or 0x8BC3EA) is unknown color: approx Cornflower. HEX triplet: 8B, C3 and EA. RGB value is (139,195,234). Sum of RGB (Red+Green+Blue) = 139+195+234=568 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.47% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #8BC3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC3EA is #743C15. Grayscale: #B6B6B6. Windows color (decimal): -7617558 or 15385483. OLE color: 15385483.

HSL color Cylindrical-coordinate representation of color #8BC3EA: hue angle of 204.63º 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 #8BC3EA is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB139195234-
CMYK0.410.1700.08
HSL204.63º69.34%73.14%-
HSV(B)204.63º40.6%91.76%-
XYZ45.0150.4685.21-
YUV182.7156.9596.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.47%
GREEN value IS 195 (76.56% from 255) = 34.33%
BLUE value IS 234 (91.80% from 255) = 41.20%
R=24.47%
G=34.33%
B=41.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1391952340.410.1700.08204.6369.3473.14
Hex8BC3EA291108cd4549
Octal2133033525121010315105111
Binary10001011110000111110101010100110001010001100110110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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