Html Css Color HEX #8DBAED Cornflower

📋 copy color: '#8DBAED'

red 141 ◦ green 186 ◦ blue 237

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

Shades of Cornflower #8DBAED

Tints of Cornflower #8DBAED

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.98%

 BLUE value IS 237 (92.97% from 255) = 42.02%

R = 25%
G = 32.98%
B = 42.02%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8DBAED (or 0x8DBAED) is known color: Cornflower. HEX triplet: 8D, BA and ED. RGB value is (141,186,237). Sum of RGB (Red+Green+Blue) = 141+186+237=564 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #8DBAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBAED is #724512. Grayscale: #B2B2B2. Windows color (decimal): -7488787 or 15579789. OLE color: 15579789.

HSL color Cylindrical-coordinate representation of color #8DBAED: hue angle of 211.88º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DBAED is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 186 237 -
CMYK 0.41 0.22 0 0.07
HSL 211.88º 0.73% 0.74% -
HSV(B) 211.88º 0.41% 0.93% -
XYZ 43.83 46.89 86.86 -
YUV 178.36 161.09 101.35 -
System Red Green Blue C M Y K H S L
Decimal 141 186 237 0.41 0.22 0 0.07 211.88 0.73 0.74
Hex 8D BA ED 29 16 0 7 D4 49 4A
Octal 215 272 355 51 26 0 7 324 111 112
Binary 10001101 10111010 11101101 101001 10110 0 111 11010100 1001001 1001010

Color Harmonies of #8DBAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBAED

Black with #8DBAED

Text Example


Text Example

White with #8DBAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,186,237); }

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

background-color css

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

 a { background-color: rgb(141,186,237); }

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

border-color css

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

 span { border-color: rgb(141,186,237); }

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