Html Css Color HEX #8DBCEA Cornflower

📋 copy color: '#8DBCEA'

red 141 ◦ green 188 ◦ blue 234

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

Shades of Cornflower #8DBCEA

Tints of Cornflower #8DBCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.56%

R = 25.04%
G = 33.39%
B = 41.56%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8DBCEA (or 0x8DBCEA) is known color: Cornflower. HEX triplet: 8D, BC and EA. RGB value is (141,188,234). Sum of RGB (Red+Green+Blue) = 141+188+234=563 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.04% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DBCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBCEA is #724315. Grayscale: #B2B2B2. Windows color (decimal): -7488278 or 15383693. OLE color: 15383693.

HSL color Cylindrical-coordinate representation of color #8DBCEA: hue angle of 209.68º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DBCEA is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 188 234 -
CMYK 0.40 0.20 0 0.08
HSL 209.68º 0.69% 0.74% -
HSV(B) 209.68º 0.4% 0.92% -
XYZ 43.82 47.57 84.71 -
YUV 179.19 158.93 100.76 -
System Red Green Blue C M Y K H S L
Decimal 141 188 234 0.40 0.20 0 0.08 209.68 0.69 0.74
Hex 8D BC EA 28 14 0 8 D2 45 4A
Octal 215 274 352 50 24 0 10 322 105 112
Binary 10001101 10111100 11101010 101000 10100 0 1000 11010010 1000101 1001010

Color Harmonies of #8DBCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBCEA

Black with #8DBCEA

Text Example


Text Example

White with #8DBCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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