Html Css Color HEX #8FC2EA Cornflower

📋 copy color: '#8FC2EA'

red 143 ◦ green 194 ◦ blue 234

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

Shades of Cornflower #8FC2EA

Tints of Cornflower #8FC2EA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.98%

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

R = 25.04%
G = 33.98%
B = 40.98%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8FC2EA (or 0x8FC2EA) is known color: Cornflower. HEX triplet: 8F, C2 and EA. RGB value is (143,194,234). Sum of RGB (Red+Green+Blue) = 143+194+234=571 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.04% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FC2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC2EA is #703D15. Grayscale: #B7B7B7. Windows color (decimal): -7355670 or 15385231. OLE color: 15385231.

HSL color Cylindrical-coordinate representation of color #8FC2EA: hue angle of 206.37º 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 #8FC2EA is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 194 234 -
CMYK 0.39 0.17 0 0.08
HSL 206.37º 0.68% 0.74% -
HSV(B) 206.37º 0.39% 0.92% -
XYZ 45.47 50.36 85.17 -
YUV 183.31 156.6 99.25 -
System Red Green Blue C M Y K H S L
Decimal 143 194 234 0.39 0.17 0 0.08 206.37 0.68 0.74
Hex 8F C2 EA 27 11 0 8 CE 44 4A
Octal 217 302 352 47 21 0 10 316 104 112
Binary 10001111 11000010 11101010 100111 10001 0 1000 11001110 1000100 1001010

Color Harmonies of #8FC2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC2EA

Black with #8FC2EA

Text Example


Text Example

White with #8FC2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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