#8BC1DF

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

Shades of Cornflower #8BC1DF

Tints of Cornflower #8BC1DF

Color information

#8BC1DF (or 0x8BC1DF) is unknown color: approx Cornflower. HEX triplet: 8B, C1 and DF. RGB value is (139,193,223). Sum of RGB (Red+Green+Blue) = 139+193+223=555 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.05% from 555); Green value is 193 (75.78% from 255 or 34.77% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #8BC1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC1DF is #743E20. Grayscale: #B4B4B4. Windows color (decimal): -7618081 or 14664075. OLE color: 14664075.

HSL color Cylindrical-coordinate representation of color #8BC1DF: hue angle of 201.43º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BC1DF is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB139193223-
CMYK0.380.1300.13
HSL201.43º56.76%70.98%-
HSV(B)201.43º37.67%87.45%-
XYZ43.0448.9676.99-
YUV180.27152.1198.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.05%
GREEN value IS 193 (75.78% from 255) = 34.77%
BLUE value IS 223 (87.5% from 255) = 40.18%
R=25.05%
G=34.77%
B=40.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391932230.380.1300.13201.4356.7670.98
Hex8BC1DF26D0Dc93947
Octal213301337461501531171107
Binary100010111100000111011111100110110101101110010011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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