Html Css Color HEX #8DBDDB Cornflower

📋 copy color: '#8DBDDB'

red 141 ◦ green 189 ◦ blue 219

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

Shades of Cornflower #8DBDDB

Tints of Cornflower #8DBDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.43%

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

R = 25.68%
G = 34.43%
B = 39.89%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8DBDDB (or 0x8DBDDB) is known color: Cornflower. HEX triplet: 8D, BD and DB. RGB value is (141,189,219). Sum of RGB (Red+Green+Blue) = 141+189+219=549 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.68% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #8DBDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBDDB is #724224. Grayscale: #B1B1B1. Windows color (decimal): -7488037 or 14400909. OLE color: 14400909.

HSL color Cylindrical-coordinate representation of color #8DBDDB: hue angle of 203.08º 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 #8DBDDB is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 189 219 -
CMYK 0.36 0.14 0 0.14
HSL 203.08º 0.52% 0.71% -
HSV(B) 203.08º 0.36% 0.86% -
XYZ 41.97 47.17 73.91 -
YUV 178.07 151.1 101.56 -
System Red Green Blue C M Y K H S L
Decimal 141 189 219 0.36 0.14 0 0.14 203.08 0.52 0.71
Hex 8D BD DB 24 E 0 E CB 34 47
Octal 215 275 333 44 16 0 16 313 64 107
Binary 10001101 10111101 11011011 100100 1110 0 1110 11001011 110100 1000111

Color Harmonies of #8DBDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBDDB

Black with #8DBDDB

Text Example


Text Example

White with #8DBDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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