Html Css Color HEX #8FBEDA Cornflower

📋 copy color: '#8FBEDA'

red 143 ◦ green 190 ◦ blue 218

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

Shades of Cornflower #8FBEDA

Tints of Cornflower #8FBEDA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.48%

 BLUE value IS 218 (85.55% from 255) = 39.56%

R = 25.95%
G = 34.48%
B = 39.56%

CMYK

 C value IS 0.34

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8FBEDA (or 0x8FBEDA) is known color: Cornflower. HEX triplet: 8F, BE and DA. RGB value is (143,190,218). Sum of RGB (Red+Green+Blue) = 143+190+218=551 (72% of max value = 765). Red value is 143 (56.25% from 255 or 25.95% from 551); Green value is 190 (74.61% from 255 or 34.48% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #8FBEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBEDA is #704125. Grayscale: #B2B2B2. Windows color (decimal): -7356710 or 14335631. OLE color: 14335631.

HSL color Cylindrical-coordinate representation of color #8FBEDA: hue angle of 202.4º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FBEDA is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 143 190 218 -
CMYK 0.34 0.13 0 0.15
HSL 202.4º 0.5% 0.71% -
HSV(B) 202.4º 0.34% 0.85% -
XYZ 42.4 47.73 73.31 -
YUV 179.14 149.93 102.22 -
System Red Green Blue C M Y K H S L
Decimal 143 190 218 0.34 0.13 0 0.15 202.4 0.5 0.71
Hex 8F BE DA 22 D 0 F CA 32 47
Octal 217 276 332 42 15 0 17 312 62 107
Binary 10001111 10111110 11011010 100010 1101 0 1111 11001010 110010 1000111

Color Harmonies of #8FBEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBEDA

Black with #8FBEDA

Text Example


Text Example

White with #8FBEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,190,218); }

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

background-color css

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

 a { background-color: rgb(143,190,218); }

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

border-color css

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

 span { border-color: rgb(143,190,218); }

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