Html Css Color HEX #8DBADB Cornflower

📋 copy color: '#8DBADB'

red 141 ◦ green 186 ◦ blue 219

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

Shades of Cornflower #8DBADB

Tints of Cornflower #8DBADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.11%

R = 25.82%
G = 34.07%
B = 40.11%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8DBADB (or 0x8DBADB) is known color: Cornflower. HEX triplet: 8D, BA and DB. RGB value is (141,186,219). Sum of RGB (Red+Green+Blue) = 141+186+219=546 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.82% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #8DBADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBADB is #724524. Grayscale: #B0B0B0. Windows color (decimal): -7488805 or 14400141. OLE color: 14400141.

HSL color Cylindrical-coordinate representation of color #8DBADB: hue angle of 205.38º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DBADB is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 186 219 -
CMYK 0.36 0.15 0 0.14
HSL 205.38º 0.52% 0.71% -
HSV(B) 205.38º 0.36% 0.86% -
XYZ 41.33 45.9 73.7 -
YUV 176.31 152.09 102.82 -
System Red Green Blue C M Y K H S L
Decimal 141 186 219 0.36 0.15 0 0.14 205.38 0.52 0.71
Hex 8D BA DB 24 F 0 E CD 34 47
Octal 215 272 333 44 17 0 16 315 64 107
Binary 10001101 10111010 11011011 100100 1111 0 1110 11001101 110100 1000111

Color Harmonies of #8DBADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBADB

Black with #8DBADB

Text Example


Text Example

White with #8DBADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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