Html Css Color HEX #8FBDE6 Cornflower

📋 copy color: '#8FBDE6'

red 143 ◦ green 189 ◦ blue 230

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

Shades of Cornflower #8FBDE6

Tints of Cornflower #8FBDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.93%

R = 25.44%
G = 33.63%
B = 40.93%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8FBDE6 (or 0x8FBDE6) is known color: Cornflower. HEX triplet: 8F, BD and E6. RGB value is (143,189,230). Sum of RGB (Red+Green+Blue) = 143+189+230=562 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.44% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 230 - color contains mainly: blue. Hex color #8FBDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBDE6 is #704219. Grayscale: #B3B3B3. Windows color (decimal): -7356954 or 15121807. OLE color: 15121807.

HSL color Cylindrical-coordinate representation of color #8FBDE6: hue angle of 208.28º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FBDE6 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 143 189 230 -
CMYK 0.38 0.18 0 0.10
HSL 208.28º 0.64% 0.73% -
HSV(B) 208.28º 0.38% 0.9% -
XYZ 43.81 47.95 81.81 -
YUV 179.92 156.26 101.67 -
System Red Green Blue C M Y K H S L
Decimal 143 189 230 0.38 0.18 0 0.10 208.28 0.64 0.73
Hex 8F BD E6 26 12 0 A D0 40 49
Octal 217 275 346 46 22 0 12 320 100 111
Binary 10001111 10111101 11100110 100110 10010 0 1010 11010000 1000000 1001001

Color Harmonies of #8FBDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBDE6

Black with #8FBDE6

Text Example


Text Example

White with #8FBDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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