Html Css Color HEX #8FC0EA Cornflower

📋 copy color: '#8FC0EA'

red 143 ◦ green 192 ◦ blue 234

#8FC0EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower #8FC0EA

Tints of Cornflower #8FC0EA

RGB

 RED value IS 143 (56.25% from 255) = 25.13%

 GREEN value IS 192 (75.39% from 255) = 33.74%

 BLUE value IS 234 (91.8% from 255) = 41.12%

R = 25.13%
G = 33.74%
B = 41.12%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8FC0EA (or 0x8FC0EA) is known color: Cornflower. HEX triplet: 8F, C0 and EA. RGB value is (143,192,234). Sum of RGB (Red+Green+Blue) = 143+192+234=569 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.13% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FC0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC0EA is #703F15. Grayscale: #B5B5B5. Windows color (decimal): -7356182 or 15384719. OLE color: 15384719.

HSL color Cylindrical-coordinate representation of color #8FC0EA: hue angle of 207.69º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FC0EA is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 192 234 -
CMYK 0.39 0.18 0 0.08
HSL 207.69º 0.68% 0.74% -
HSV(B) 207.69º 0.39% 0.92% -
XYZ 45.03 49.48 85.02 -
YUV 182.14 157.27 100.08 -
System Red Green Blue C M Y K H S L
Decimal 143 192 234 0.39 0.18 0 0.08 207.69 0.68 0.74
Hex 8F C0 EA 27 12 0 8 D0 44 4A
Octal 217 300 352 47 22 0 10 320 104 112
Binary 10001111 11000000 11101010 100111 10010 0 1000 11010000 1000100 1001010

Color Harmonies of #8FC0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC0EA

Black with #8FC0EA

Text Example


Text Example

White with #8FC0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,192,234); }

 H1.HeaderClassName
 {
   color: #8FC0EA;
 }
 .AnyTagClassName
 {
   color: #8FC0EA;
 }
</style>

background-color css

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

 a { background-color: rgb(143,192,234); }

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

border-color css

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

 span { border-color: rgb(143,192,234); }

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