Html Css Color HEX #8FBAEA Cornflower

📋 copy color: '#8FBAEA'

red 143 ◦ green 186 ◦ blue 234

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

Shades of Cornflower #8FBAEA

Tints of Cornflower #8FBAEA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.04%

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

R = 25.4%
G = 33.04%
B = 41.56%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8FBAEA (or 0x8FBAEA) is known color: Cornflower. HEX triplet: 8F, BA and EA. RGB value is (143,186,234). Sum of RGB (Red+Green+Blue) = 143+186+234=563 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.40% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FBAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBAEA is #704515. Grayscale: #B2B2B2. Windows color (decimal): -7357718 or 15383183. OLE color: 15383183.

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

Color convert

RGB 143 186 234 -
CMYK 0.39 0.21 0 0.08
HSL 211.65º 0.68% 0.74% -
HSV(B) 211.65º 0.39% 0.92% -
XYZ 43.74 46.9 84.59 -
YUV 178.62 159.25 102.6 -
System Red Green Blue C M Y K H S L
Decimal 143 186 234 0.39 0.21 0 0.08 211.65 0.68 0.74
Hex 8F BA EA 27 15 0 8 D4 44 4A
Octal 217 272 352 47 25 0 10 324 104 112
Binary 10001111 10111010 11101010 100111 10101 0 1000 11010100 1000100 1001010

Color Harmonies of #8FBAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBAEA

Black with #8FBAEA

Text Example


Text Example

White with #8FBAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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