Html Css Color HEX #8FBDDC Cornflower

📋 copy color: '#8FBDDC'

red 143 ◦ green 189 ◦ blue 220

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

Shades of Cornflower #8FBDDC

Tints of Cornflower #8FBDDC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.24%

 BLUE value IS 220 (86.33% from 255) = 39.86%

R = 25.91%
G = 34.24%
B = 39.86%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8FBDDC (or 0x8FBDDC) is known color: Cornflower. HEX triplet: 8F, BD and DC. RGB value is (143,189,220). Sum of RGB (Red+Green+Blue) = 143+189+220=552 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.91% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #8FBDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBDDC is #704223. Grayscale: #B2B2B2. Windows color (decimal): -7356964 or 14466447. OLE color: 14466447.

HSL color Cylindrical-coordinate representation of color #8FBDDC: hue angle of 204.16º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FBDDC is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 189 220 -
CMYK 0.35 0.14 0 0.14
HSL 204.16º 0.52% 0.71% -
HSV(B) 204.16º 0.35% 0.86% -
XYZ 42.44 47.4 74.62 -
YUV 178.78 151.26 102.48 -
System Red Green Blue C M Y K H S L
Decimal 143 189 220 0.35 0.14 0 0.14 204.16 0.52 0.71
Hex 8F BD DC 23 E 0 E CC 34 47
Octal 217 275 334 43 16 0 16 314 64 107
Binary 10001111 10111101 11011100 100011 1110 0 1110 11001100 110100 1000111

Color Harmonies of #8FBDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBDDC

Black with #8FBDDC

Text Example


Text Example

White with #8FBDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,189,220); }

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

background-color css

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

 a { background-color: rgb(143,189,220); }

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

border-color css

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

 span { border-color: rgb(143,189,220); }

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