#8BC0DF

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

Shades of Cornflower #8BC0DF

Tints of Cornflower #8BC0DF

Color information

#8BC0DF (or 0x8BC0DF) is unknown color: approx Cornflower. HEX triplet: 8B, C0 and DF. RGB value is (139,192,223). Sum of RGB (Red+Green+Blue) = 139+192+223=554 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.09% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #8BC0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC0DF is #743F20. Grayscale: #B3B3B3. Windows color (decimal): -7618337 or 14663819. OLE color: 14663819.

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

Color convert

RGB139192223-
CMYK0.380.1400.13
HSL202.14º56.76%70.98%-
HSV(B)202.14º37.67%87.45%-
XYZ42.8248.5276.92-
YUV179.69152.4498.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.09%
GREEN value IS 192 (75.39% from 255) = 34.66%
BLUE value IS 223 (87.5% from 255) = 40.25%
R=25.09%
G=34.66%
B=40.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391922230.380.1400.13202.1456.7670.98
Hex8BC0DF26E0Dca3947
Octal213300337461601531271107
Binary100010111100000011011111100110111001101110010101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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