Html Css Color HEX #8DBCE4 Cornflower

📋 copy color: '#8DBCE4'

red 141 ◦ green 188 ◦ blue 228

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

Shades of Cornflower #8DBCE4

Tints of Cornflower #8DBCE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.93%

R = 25.31%
G = 33.75%
B = 40.93%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#8DBCE4 (or 0x8DBCE4) is known color: Cornflower. HEX triplet: 8D, BC and E4. RGB value is (141,188,228). Sum of RGB (Red+Green+Blue) = 141+188+228=557 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.31% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 228 (89.45% from 255 or 40.93% from 557); Max value from RGB is 228 - color contains mainly: blue. Hex color #8DBCE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBCE4 is #72431B. Grayscale: #B2B2B2. Windows color (decimal): -7488284 or 14990477. OLE color: 14990477.

HSL color Cylindrical-coordinate representation of color #8DBCE4: hue angle of 207.59º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DBCE4 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 141 188 228 -
CMYK 0.38 0.18 0 0.11
HSL 207.59º 0.62% 0.72% -
HSV(B) 207.59º 0.38% 0.89% -
XYZ 42.97 47.23 80.25 -
YUV 178.51 155.93 101.25 -
System Red Green Blue C M Y K H S L
Decimal 141 188 228 0.38 0.18 0 0.11 207.59 0.62 0.72
Hex 8D BC E4 26 12 0 B D0 3E 48
Octal 215 274 344 46 22 0 13 320 76 110
Binary 10001101 10111100 11100100 100110 10010 0 1011 11010000 111110 1001000

Color Harmonies of #8DBCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBCE4

Black with #8DBCE4

Text Example


Text Example

White with #8DBCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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