Html Css Color HEX #8CC1DB Cornflower

📋 copy color: '#8CC1DB'

red 140 ◦ green 193 ◦ blue 219

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

Shades of Cornflower #8CC1DB

Tints of Cornflower #8CC1DB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.96%

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

R = 25.36%
G = 34.96%
B = 39.67%

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

#8CC1DB (or 0x8CC1DB) is known color: Cornflower. HEX triplet: 8C, C1 and DB. RGB value is (140,193,219). Sum of RGB (Red+Green+Blue) = 140+193+219=552 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.36% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #8CC1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC1DB is #733E24. Grayscale: #B3B3B3. Windows color (decimal): -7552549 or 14401932. OLE color: 14401932.

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

Color convert

RGB 140 193 219 -
CMYK 0.36 0.12 0 0.14
HSL 199.75º 0.52% 0.7% -
HSV(B) 199.75º 0.36% 0.86% -
XYZ 42.67 48.83 74.19 -
YUV 180.12 149.94 99.39 -
System Red Green Blue C M Y K H S L
Decimal 140 193 219 0.36 0.12 0 0.14 199.75 0.52 0.7
Hex 8C C1 DB 24 C 0 E C8 34 46
Octal 214 301 333 44 14 0 16 310 64 106
Binary 10001100 11000001 11011011 100100 1100 0 1110 11001000 110100 1000110

Color Harmonies of #8CC1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC1DB

Black with #8CC1DB

Text Example


Text Example

White with #8CC1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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