Html Css Color HEX #8FBCEA Cornflower

📋 copy color: '#8FBCEA'

red 143 ◦ green 188 ◦ blue 234

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

Shades of Cornflower #8FBCEA

Tints of Cornflower #8FBCEA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.27%

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

R = 25.31%
G = 33.27%
B = 41.42%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8FBCEA (or 0x8FBCEA) is known color: Cornflower. HEX triplet: 8F, BC and EA. RGB value is (143,188,234). Sum of RGB (Red+Green+Blue) = 143+188+234=565 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.31% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FBCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBCEA is #704315. Grayscale: #B3B3B3. Windows color (decimal): -7357206 or 15383695. OLE color: 15383695.

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

Color convert

RGB 143 188 234 -
CMYK 0.39 0.20 0 0.08
HSL 210.33º 0.68% 0.74% -
HSV(B) 210.33º 0.39% 0.92% -
XYZ 44.16 47.75 84.73 -
YUV 179.79 158.59 101.76 -
System Red Green Blue C M Y K H S L
Decimal 143 188 234 0.39 0.20 0 0.08 210.33 0.68 0.74
Hex 8F BC EA 27 14 0 8 D2 44 4A
Octal 217 274 352 47 24 0 10 322 104 112
Binary 10001111 10111100 11101010 100111 10100 0 1000 11010010 1000100 1001010

Color Harmonies of #8FBCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBCEA

Black with #8FBCEA

Text Example


Text Example

White with #8FBCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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