Html Css Color HEX #8DBCE5 Cornflower

📋 copy color: '#8DBCE5'

red 141 ◦ green 188 ◦ blue 229

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

Shades of Cornflower #8DBCE5

Tints of Cornflower #8DBCE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.04%

R = 25.27%
G = 33.69%
B = 41.04%

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

#8DBCE5 (or 0x8DBCE5) is known color: Cornflower. HEX triplet: 8D, BC and E5. RGB value is (141,188,229). Sum of RGB (Red+Green+Blue) = 141+188+229=558 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.27% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 229 - color contains mainly: blue. Hex color #8DBCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBCE5 is #72431A. Grayscale: #B2B2B2. Windows color (decimal): -7488283 or 15056013. OLE color: 15056013.

HSL color Cylindrical-coordinate representation of color #8DBCE5: hue angle of 207.95º degrees, saturation: 0.63, 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 #8DBCE5 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 141 188 229 -
CMYK 0.38 0.18 0 0.10
HSL 207.95º 0.63% 0.73% -
HSV(B) 207.95º 0.38% 0.9% -
XYZ 43.11 47.29 80.98 -
YUV 178.62 156.43 101.17 -
System Red Green Blue C M Y K H S L
Decimal 141 188 229 0.38 0.18 0 0.10 207.95 0.63 0.73
Hex 8D BC E5 26 12 0 A D0 3F 49
Octal 215 274 345 46 22 0 12 320 77 111
Binary 10001101 10111100 11100101 100110 10010 0 1010 11010000 111111 1001001

Color Harmonies of #8DBCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBCE5

Black with #8DBCE5

Text Example


Text Example

White with #8DBCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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