Html Css Color HEX #8DBCEC Cornflower

📋 copy color: '#8DBCEC'

red 141 ◦ green 188 ◦ blue 236

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

Shades of Cornflower #8DBCEC

Tints of Cornflower #8DBCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.77%

R = 24.96%
G = 33.27%
B = 41.77%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8DBCEC (or 0x8DBCEC) is known color: Cornflower. HEX triplet: 8D, BC and EC. RGB value is (141,188,236). Sum of RGB (Red+Green+Blue) = 141+188+236=565 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.96% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DBCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBCEC is #724313. Grayscale: #B3B3B3. Windows color (decimal): -7488276 or 15514765. OLE color: 15514765.

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

Color convert

RGB 141 188 236 -
CMYK 0.40 0.20 0 0.07
HSL 210.32º 0.71% 0.74% -
HSV(B) 210.32º 0.4% 0.93% -
XYZ 44.11 47.69 86.24 -
YUV 179.42 159.93 100.6 -
System Red Green Blue C M Y K H S L
Decimal 141 188 236 0.40 0.20 0 0.07 210.32 0.71 0.74
Hex 8D BC EC 28 14 0 7 D2 47 4A
Octal 215 274 354 50 24 0 7 322 107 112
Binary 10001101 10111100 11101100 101000 10100 0 111 11010010 1000111 1001010

Color Harmonies of #8DBCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBCEC

Black with #8DBCEC

Text Example


Text Example

White with #8DBCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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