Html Css Color HEX #8DBCE0 Cornflower

📋 copy color: '#8DBCE0'

red 141 ◦ green 188 ◦ blue 224

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

Shades of Cornflower #8DBCE0

Tints of Cornflower #8DBCE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.51%

R = 25.5%
G = 34%
B = 40.51%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8DBCE0 (or 0x8DBCE0) is known color: Cornflower. HEX triplet: 8D, BC and E0. RGB value is (141,188,224). Sum of RGB (Red+Green+Blue) = 141+188+224=553 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.50% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: blue. Hex color #8DBCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBCE0 is #72431F. Grayscale: #B1B1B1. Windows color (decimal): -7488288 or 14728333. OLE color: 14728333.

HSL color Cylindrical-coordinate representation of color #8DBCE0: hue angle of 206.02º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DBCE0 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 141 188 224 -
CMYK 0.37 0.16 0 0.12
HSL 206.02º 0.57% 0.72% -
HSV(B) 206.02º 0.37% 0.88% -
XYZ 42.42 47.01 77.36 -
YUV 178.05 153.93 101.57 -
System Red Green Blue C M Y K H S L
Decimal 141 188 224 0.37 0.16 0 0.12 206.02 0.57 0.72
Hex 8D BC E0 25 10 0 C CE 39 48
Octal 215 274 340 45 20 0 14 316 71 110
Binary 10001101 10111100 11100000 100101 10000 0 1100 11001110 111001 1001000

Color Harmonies of #8DBCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBCE0

Black with #8DBCE0

Text Example


Text Example

White with #8DBCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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