Html Css Color HEX #8DBCDF Cornflower

📋 copy color: '#8DBCDF'

red 141 ◦ green 188 ◦ blue 223

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

Shades of Cornflower #8DBCDF

Tints of Cornflower #8DBCDF

RGB

 RED value IS 141 (55.47% from 255) = 25.54%

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

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

R = 25.54%
G = 34.06%
B = 40.4%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8DBCDF (or 0x8DBCDF) is known color: Cornflower. HEX triplet: 8D, BC and DF. RGB value is (141,188,223). Sum of RGB (Red+Green+Blue) = 141+188+223=552 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.54% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #8DBCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBCDF is #724320. Grayscale: #B1B1B1. Windows color (decimal): -7488289 or 14662797. OLE color: 14662797.

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

Color convert

RGB 141 188 223 -
CMYK 0.37 0.16 0 0.13
HSL 205.61º 0.56% 0.71% -
HSV(B) 205.61º 0.37% 0.87% -
XYZ 42.29 46.96 76.65 -
YUV 177.94 153.43 101.65 -
System Red Green Blue C M Y K H S L
Decimal 141 188 223 0.37 0.16 0 0.13 205.61 0.56 0.71
Hex 8D BC DF 25 10 0 D CE 38 47
Octal 215 274 337 45 20 0 15 316 70 107
Binary 10001101 10111100 11011111 100101 10000 0 1101 11001110 111000 1000111

Color Harmonies of #8DBCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBCDF

Black with #8DBCDF

Text Example


Text Example

White with #8DBCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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