Html Css Color HEX #8BBDDB Cornflower

📋 copy color: '#8BBDDB'

red 139 ◦ green 189 ◦ blue 219

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

Shades of Cornflower #8BBDDB

Tints of Cornflower #8BBDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.55%

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

R = 25.41%
G = 34.55%
B = 40.04%

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

#8BBDDB (or 0x8BBDDB) is known color: Cornflower. HEX triplet: 8B, BD and DB. RGB value is (139,189,219). Sum of RGB (Red+Green+Blue) = 139+189+219=547 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.41% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #8BBDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBDDB is #744224. Grayscale: #B1B1B1. Windows color (decimal): -7619109 or 14400907. OLE color: 14400907.

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

Color convert

RGB 139 189 219 -
CMYK 0.37 0.14 0 0.14
HSL 202.5º 0.53% 0.7% -
HSV(B) 202.5º 0.37% 0.86% -
XYZ 41.63 47 73.9 -
YUV 177.47 151.44 100.56 -
System Red Green Blue C M Y K H S L
Decimal 139 189 219 0.37 0.14 0 0.14 202.5 0.53 0.7
Hex 8B BD DB 25 E 0 E CA 35 46
Octal 213 275 333 45 16 0 16 312 65 106
Binary 10001011 10111101 11011011 100101 1110 0 1110 11001010 110101 1000110

Color Harmonies of #8BBDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBDDB

Black with #8BBDDB

Text Example


Text Example

White with #8BBDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,189,219); }

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

background-color css

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

 a { background-color: rgb(139,189,219); }

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

border-color css

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

 span { border-color: rgb(139,189,219); }

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