#8FCDF3

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

Shades of Cornflower #8FCDF3

Tints of Cornflower #8FCDF3

Color information

#8FCDF3 (or 0x8FCDF3) is unknown color: approx Cornflower. HEX triplet: 8F, CD and F3. RGB value is (143,205,243). Sum of RGB (Red+Green+Blue) = 143+205+243=591 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.20% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 243 (95.31% from 255 or 41.12% from 591); Max value from RGB is 243 - color contains mainly: blue. Hex color #8FCDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCDF3 is #70320C. Grayscale: #BEBEBE. Windows color (decimal): -7352845 or 15977871. OLE color: 15977871.

HSL color Cylindrical-coordinate representation of color #8FCDF3: hue angle of 202.8º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FCDF3 is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB143205243-
CMYK0.410.1600.05
HSL202.8º80.65%75.69%-
HSV(B)202.8º41.15%95.29%-
XYZ49.3455.9793-
YUV190.79157.4693.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.20%
GREEN value IS 205 (80.47% from 255) = 34.69%
BLUE value IS 243 (95.31% from 255) = 41.12%
R=24.20%
G=34.69%
B=41.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1432052430.410.1600.05202.880.6575.69
Hex8FCDF3291005cb514c
Octal217315363512005313121114
Binary1000111111001101111100111010011000001011100101110100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,205,243); }

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

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

 a { background-color: rgb(143,205,243); }

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

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

 span { border-color: rgb(143,205,243); }

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