Html Css Color HEX #8FBAEC Cornflower

📋 copy color: '#8FBAEC'

red 143 ◦ green 186 ◦ blue 236

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

Shades of Cornflower #8FBAEC

Tints of Cornflower #8FBAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.77%

R = 25.31%
G = 32.92%
B = 41.77%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8FBAEC (or 0x8FBAEC) is known color: Cornflower. HEX triplet: 8F, BA and EC. RGB value is (143,186,236). Sum of RGB (Red+Green+Blue) = 143+186+236=565 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.31% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #8FBAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBAEC is #704513. Grayscale: #B2B2B2. Windows color (decimal): -7357716 or 15514255. OLE color: 15514255.

HSL color Cylindrical-coordinate representation of color #8FBAEC: hue angle of 212.26º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FBAEC is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 186 236 -
CMYK 0.39 0.21 0 0.07
HSL 212.26º 0.71% 0.74% -
HSV(B) 212.26º 0.39% 0.93% -
XYZ 44.03 47.01 86.11 -
YUV 178.84 160.25 102.43 -
System Red Green Blue C M Y K H S L
Decimal 143 186 236 0.39 0.21 0 0.07 212.26 0.71 0.74
Hex 8F BA EC 27 15 0 7 D4 47 4A
Octal 217 272 354 47 25 0 7 324 107 112
Binary 10001111 10111010 11101100 100111 10101 0 111 11010100 1000111 1001010

Color Harmonies of #8FBAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBAEC

Black with #8FBAEC

Text Example


Text Example

White with #8FBAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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