Html Css Color HEX #8DBCEB Cornflower

📋 copy color: '#8DBCEB'

red 141 ◦ green 188 ◦ blue 235

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

Shades of Cornflower #8DBCEB

Tints of Cornflower #8DBCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.67%

R = 25%
G = 33.33%
B = 41.67%

CMYK

 C value IS 0.4

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8DBCEB (or 0x8DBCEB) is known color: Cornflower. HEX triplet: 8D, BC and EB. RGB value is (141,188,235). Sum of RGB (Red+Green+Blue) = 141+188+235=564 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DBCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBCEB is #724314. Grayscale: #B3B3B3. Windows color (decimal): -7488277 or 15449229. OLE color: 15449229.

HSL color Cylindrical-coordinate representation of color #8DBCEB: hue angle of 210º degrees, saturation: 0.7, 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 #8DBCEB is Cyan = 0.4, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 188 235 -
CMYK 0.4 0.2 0 0.08
HSL 210º 0.7% 0.74% -
HSV(B) 210º 0.4% 0.92% -
XYZ 43.96 47.63 85.47 -
YUV 179.31 159.43 100.68 -
System Red Green Blue C M Y K H S L
Decimal 141 188 235 0.4 0.2 0 0.08 210 0.7 0.74
Hex 8D BC EB 28 14 0 8 D2 46 4A
Octal 215 274 353 50 24 0 10 322 106 112
Binary 10001101 10111100 11101011 101000 10100 0 1000 11010010 1000110 1001010

Color Harmonies of #8DBCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBCEB

Black with #8DBCEB

Text Example


Text Example

White with #8DBCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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