Html Css Color HEX #8DBEEA Cornflower

📋 copy color: '#8DBEEA'

red 141 ◦ green 190 ◦ blue 234

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

Shades of Cornflower #8DBEEA

Tints of Cornflower #8DBEEA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.63%

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

R = 24.96%
G = 33.63%
B = 41.42%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8DBEEA (or 0x8DBEEA) is known color: Cornflower. HEX triplet: 8D, BE and EA. RGB value is (141,190,234). Sum of RGB (Red+Green+Blue) = 141+190+234=565 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.96% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DBEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBEEA is #724115. Grayscale: #B4B4B4. Windows color (decimal): -7487766 or 15384205. OLE color: 15384205.

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

Color convert

RGB 141 190 234 -
CMYK 0.40 0.19 0 0.08
HSL 208.39º 0.69% 0.74% -
HSV(B) 208.39º 0.4% 0.92% -
XYZ 44.25 48.43 84.86 -
YUV 180.37 158.27 99.92 -
System Red Green Blue C M Y K H S L
Decimal 141 190 234 0.40 0.19 0 0.08 208.39 0.69 0.74
Hex 8D BE EA 28 13 0 8 D0 45 4A
Octal 215 276 352 50 23 0 10 320 105 112
Binary 10001101 10111110 11101010 101000 10011 0 1000 11010000 1000101 1001010

Color Harmonies of #8DBEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBEEA

Black with #8DBEEA

Text Example


Text Example

White with #8DBEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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