Html Css Color HEX #8DBBEA Cornflower

📋 copy color: '#8DBBEA'

red 141 ◦ green 187 ◦ blue 234

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

Shades of Cornflower #8DBBEA

Tints of Cornflower #8DBBEA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.27%

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

R = 25.09%
G = 33.27%
B = 41.64%

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

#8DBBEA (or 0x8DBBEA) is known color: Cornflower. HEX triplet: 8D, BB and EA. RGB value is (141,187,234). Sum of RGB (Red+Green+Blue) = 141+187+234=562 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.09% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DBBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBBEA is #724415. Grayscale: #B2B2B2. Windows color (decimal): -7488534 or 15383437. OLE color: 15383437.

HSL color Cylindrical-coordinate representation of color #8DBBEA: hue angle of 210.32º 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 #8DBBEA is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 187 234 -
CMYK 0.40 0.20 0 0.08
HSL 210.32º 0.69% 0.74% -
HSV(B) 210.32º 0.4% 0.92% -
XYZ 43.61 47.14 84.64 -
YUV 178.6 159.26 101.18 -
System Red Green Blue C M Y K H S L
Decimal 141 187 234 0.40 0.20 0 0.08 210.32 0.69 0.74
Hex 8D BB EA 28 14 0 8 D2 45 4A
Octal 215 273 352 50 24 0 10 322 105 112
Binary 10001101 10111011 11101010 101000 10100 0 1000 11010010 1000101 1001010

Color Harmonies of #8DBBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBBEA

Black with #8DBBEA

Text Example


Text Example

White with #8DBBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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