Html Css Color HEX #8DBCE6 Cornflower

📋 copy color: '#8DBCE6'

red 141 ◦ green 188 ◦ blue 230

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

Shades of Cornflower #8DBCE6

Tints of Cornflower #8DBCE6

RGB

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

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

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

R = 25.22%
G = 33.63%
B = 41.14%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8DBCE6 (or 0x8DBCE6) is known color: Cornflower. HEX triplet: 8D, BC and E6. RGB value is (141,188,230). Sum of RGB (Red+Green+Blue) = 141+188+230=559 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.22% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 230 (90.23% from 255 or 41.14% from 559); Max value from RGB is 230 - color contains mainly: blue. Hex color #8DBCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBCE6 is #724319. Grayscale: #B2B2B2. Windows color (decimal): -7488282 or 15121549. OLE color: 15121549.

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

Color convert

RGB 141 188 230 -
CMYK 0.39 0.18 0 0.10
HSL 208.31º 0.64% 0.73% -
HSV(B) 208.31º 0.39% 0.9% -
XYZ 43.25 47.34 81.72 -
YUV 178.74 156.93 101.08 -
System Red Green Blue C M Y K H S L
Decimal 141 188 230 0.39 0.18 0 0.10 208.31 0.64 0.73
Hex 8D BC E6 27 12 0 A D0 40 49
Octal 215 274 346 47 22 0 12 320 100 111
Binary 10001101 10111100 11100110 100111 10010 0 1010 11010000 1000000 1001001

Color Harmonies of #8DBCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBCE6

Black with #8DBCE6

Text Example


Text Example

White with #8DBCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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