#8BC1EB

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

Shades of Cornflower #8BC1EB

Tints of Cornflower #8BC1EB

Color information

#8BC1EB (or 0x8BC1EB) is unknown color: approx Cornflower. HEX triplet: 8B, C1 and EB. RGB value is (139,193,235). Sum of RGB (Red+Green+Blue) = 139+193+235=567 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.51% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #8BC1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC1EB is #743E14. Grayscale: #B5B5B5. Windows color (decimal): -7618069 or 15450507. OLE color: 15450507.

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

Color convert

RGB139193235-
CMYK0.410.1800.08
HSL206.25º70.59%73.33%-
HSV(B)206.25º40.85%92.16%-
XYZ44.7149.6385.82-
YUV181.64158.1197.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.51%
GREEN value IS 193 (75.78% from 255) = 34.04%
BLUE value IS 235 (92.19% from 255) = 41.45%
R=24.51%
G=34.04%
B=41.45%

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
Decimal1391932350.410.1800.08206.2570.5973.33
Hex8BC1EB291208ce4749
Octal2133013535122010316107111
Binary10001011110000011110101110100110010010001100111010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,193,235); }

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

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

 a { background-color: rgb(139,193,235); }

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

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

 span { border-color: rgb(139,193,235); }

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