Html Css Color HEX #8DBCDB Cornflower

📋 copy color: '#8DBCDB'

red 141 ◦ green 188 ◦ blue 219

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

Shades of Cornflower #8DBCDB

Tints of Cornflower #8DBCDB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.31%

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

R = 25.73%
G = 34.31%
B = 39.96%

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

#8DBCDB (or 0x8DBCDB) is known color: Cornflower. HEX triplet: 8D, BC and DB. RGB value is (141,188,219). Sum of RGB (Red+Green+Blue) = 141+188+219=548 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.73% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #8DBCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBCDB is #724324. Grayscale: #B1B1B1. Windows color (decimal): -7488293 or 14400653. OLE color: 14400653.

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

Color convert

RGB 141 188 219 -
CMYK 0.36 0.14 0 0.14
HSL 203.85º 0.52% 0.71% -
HSV(B) 203.85º 0.36% 0.86% -
XYZ 41.75 46.74 73.84 -
YUV 177.48 151.43 101.98 -
System Red Green Blue C M Y K H S L
Decimal 141 188 219 0.36 0.14 0 0.14 203.85 0.52 0.71
Hex 8D BC DB 24 E 0 E CC 34 47
Octal 215 274 333 44 16 0 16 314 64 107
Binary 10001101 10111100 11011011 100100 1110 0 1110 11001100 110100 1000111

Color Harmonies of #8DBCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBCDB

Black with #8DBCDB

Text Example


Text Example

White with #8DBCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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