Html Css Color HEX #8BBEDC Cornflower

📋 copy color: '#8BBEDC'

red 139 ◦ green 190 ◦ blue 220

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

Shades of Cornflower #8BBEDC

Tints of Cornflower #8BBEDC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.61%

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

R = 25.32%
G = 34.61%
B = 40.07%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8BBEDC (or 0x8BBEDC) is known color: Cornflower. HEX triplet: 8B, BE and DC. RGB value is (139,190,220). Sum of RGB (Red+Green+Blue) = 139+190+220=549 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.32% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #8BBEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBEDC is #744123. Grayscale: #B1B1B1. Windows color (decimal): -7618852 or 14466699. OLE color: 14466699.

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

Color convert

RGB 139 190 220 -
CMYK 0.37 0.14 0 0.14
HSL 202.22º 0.54% 0.7% -
HSV(B) 202.22º 0.37% 0.86% -
XYZ 41.98 47.48 74.66 -
YUV 178.17 151.6 100.06 -
System Red Green Blue C M Y K H S L
Decimal 139 190 220 0.37 0.14 0 0.14 202.22 0.54 0.7
Hex 8B BE DC 25 E 0 E CA 36 46
Octal 213 276 334 45 16 0 16 312 66 106
Binary 10001011 10111110 11011100 100101 1110 0 1110 11001010 110110 1000110

Color Harmonies of #8BBEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBEDC

Black with #8BBEDC

Text Example


Text Example

White with #8BBEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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