Html Css Color HEX #8BBCDC Cornflower

📋 copy color: '#8BBCDC'

red 139 ◦ green 188 ◦ blue 220

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

Shades of Cornflower #8BBCDC

Tints of Cornflower #8BBCDC

RGB

 RED value IS 139 (54.69% from 255) = 25.41%

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

 BLUE value IS 220 (86.33% from 255) = 40.22%

R = 25.41%
G = 34.37%
B = 40.22%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8BBCDC (or 0x8BBCDC) is known color: Cornflower. HEX triplet: 8B, BC and DC. RGB value is (139,188,220). Sum of RGB (Red+Green+Blue) = 139+188+220=547 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.41% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #8BBCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBCDC is #744323. Grayscale: #B0B0B0. Windows color (decimal): -7619364 or 14466187. OLE color: 14466187.

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

Color convert

RGB 139 188 220 -
CMYK 0.37 0.15 0 0.14
HSL 203.7º 0.54% 0.7% -
HSV(B) 203.7º 0.37% 0.86% -
XYZ 41.55 46.62 74.52 -
YUV 177 152.27 100.9 -
System Red Green Blue C M Y K H S L
Decimal 139 188 220 0.37 0.15 0 0.14 203.7 0.54 0.7
Hex 8B BC DC 25 F 0 E CC 36 46
Octal 213 274 334 45 17 0 16 314 66 106
Binary 10001011 10111100 11011100 100101 1111 0 1110 11001100 110110 1000110

Color Harmonies of #8BBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBCDC

Black with #8BBCDC

Text Example


Text Example

White with #8BBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,188,220); }

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

background-color css

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

 a { background-color: rgb(139,188,220); }

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

border-color css

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

 span { border-color: rgb(139,188,220); }

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