Html Css Color HEX #8FBCDF Cornflower

📋 copy color: '#8FBCDF'

red 143 ◦ green 188 ◦ blue 223

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

Shades of Cornflower #8FBCDF

Tints of Cornflower #8FBCDF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.94%

 BLUE value IS 223 (87.5% from 255) = 40.25%

R = 25.81%
G = 33.94%
B = 40.25%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8FBCDF (or 0x8FBCDF) is known color: Cornflower. HEX triplet: 8F, BC and DF. RGB value is (143,188,223). Sum of RGB (Red+Green+Blue) = 143+188+223=554 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.81% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #8FBCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBCDF is #704320. Grayscale: #B2B2B2. Windows color (decimal): -7357217 or 14662799. OLE color: 14662799.

HSL color Cylindrical-coordinate representation of color #8FBCDF: hue angle of 206.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FBCDF is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 188 223 -
CMYK 0.36 0.16 0 0.13
HSL 206.25º 0.56% 0.72% -
HSV(B) 206.25º 0.36% 0.87% -
XYZ 42.63 47.13 76.66 -
YUV 178.54 153.09 102.65 -
System Red Green Blue C M Y K H S L
Decimal 143 188 223 0.36 0.16 0 0.13 206.25 0.56 0.72
Hex 8F BC DF 24 10 0 D CE 38 48
Octal 217 274 337 44 20 0 15 316 70 110
Binary 10001111 10111100 11011111 100100 10000 0 1101 11001110 111000 1001000

Color Harmonies of #8FBCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBCDF

Black with #8FBCDF

Text Example


Text Example

White with #8FBCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,188,223); }

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

background-color css

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

 a { background-color: rgb(143,188,223); }

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

border-color css

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

 span { border-color: rgb(143,188,223); }

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