Html Css Color HEX #8CC0DB Cornflower

📋 copy color: '#8CC0DB'

red 140 ◦ green 192 ◦ blue 219

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

Shades of Cornflower #8CC0DB

Tints of Cornflower #8CC0DB

RGB

 RED value IS 140 (55.08% from 255) = 25.41%

 GREEN value IS 192 (75.39% from 255) = 34.85%

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

R = 25.41%
G = 34.85%
B = 39.75%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8CC0DB (or 0x8CC0DB) is known color: Cornflower. HEX triplet: 8C, C0 and DB. RGB value is (140,192,219). Sum of RGB (Red+Green+Blue) = 140+192+219=551 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.41% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #8CC0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC0DB is #733F24. Grayscale: #B3B3B3. Windows color (decimal): -7552805 or 14401676. OLE color: 14401676.

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

Color convert

RGB 140 192 219 -
CMYK 0.36 0.12 0 0.14
HSL 200.51º 0.52% 0.7% -
HSV(B) 200.51º 0.36% 0.86% -
XYZ 42.45 48.39 74.12 -
YUV 179.53 150.27 99.8 -
System Red Green Blue C M Y K H S L
Decimal 140 192 219 0.36 0.12 0 0.14 200.51 0.52 0.7
Hex 8C C0 DB 24 C 0 E C9 34 46
Octal 214 300 333 44 14 0 16 311 64 106
Binary 10001100 11000000 11011011 100100 1100 0 1110 11001001 110100 1000110

Color Harmonies of #8CC0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC0DB

Black with #8CC0DB

Text Example


Text Example

White with #8CC0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,192,219); }

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

background-color css

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

 a { background-color: rgb(140,192,219); }

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

border-color css

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

 span { border-color: rgb(140,192,219); }

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