Html Css Color HEX #8FC2EB Cornflower

📋 copy color: '#8FC2EB'

red 143 ◦ green 194 ◦ blue 235

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

Shades of Cornflower #8FC2EB

Tints of Cornflower #8FC2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.08%

R = 25%
G = 33.92%
B = 41.08%

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

#8FC2EB (or 0x8FC2EB) is known color: Cornflower. HEX triplet: 8F, C2 and EB. RGB value is (143,194,235). Sum of RGB (Red+Green+Blue) = 143+194+235=572 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #8FC2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC2EB is #703D14. Grayscale: #B7B7B7. Windows color (decimal): -7355669 or 15450767. OLE color: 15450767.

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

Color convert

RGB 143 194 235 -
CMYK 0.39 0.17 0 0.08
HSL 206.74º 0.7% 0.74% -
HSV(B) 206.74º 0.39% 0.92% -
XYZ 45.61 50.42 85.93 -
YUV 183.43 157.1 99.17 -
System Red Green Blue C M Y K H S L
Decimal 143 194 235 0.39 0.17 0 0.08 206.74 0.7 0.74
Hex 8F C2 EB 27 11 0 8 CF 46 4A
Octal 217 302 353 47 21 0 10 317 106 112
Binary 10001111 11000010 11101011 100111 10001 0 1000 11001111 1000110 1001010

Color Harmonies of #8FC2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC2EB

Black with #8FC2EB

Text Example


Text Example

White with #8FC2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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