Html Css Color HEX #8BBBDD Cornflower

📋 copy color: '#8BBBDD'

red 139 ◦ green 187 ◦ blue 221

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

Shades of Cornflower #8BBBDD

Tints of Cornflower #8BBBDD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.19%

 BLUE value IS 221 (86.72% from 255) = 40.4%

R = 25.41%
G = 34.19%
B = 40.4%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8BBBDD (or 0x8BBBDD) is known color: Cornflower. HEX triplet: 8B, BB and DD. RGB value is (139,187,221). Sum of RGB (Red+Green+Blue) = 139+187+221=547 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.41% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #8BBBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBBDD is #744422. Grayscale: #B0B0B0. Windows color (decimal): -7619619 or 14531467. OLE color: 14531467.

HSL color Cylindrical-coordinate representation of color #8BBBDD: hue angle of 204.88º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BBBDD is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 139 187 221 -
CMYK 0.37 0.15 0 0.13
HSL 204.88º 0.55% 0.71% -
HSV(B) 204.88º 0.37% 0.87% -
XYZ 41.47 46.25 75.15 -
YUV 176.52 153.1 101.24 -
System Red Green Blue C M Y K H S L
Decimal 139 187 221 0.37 0.15 0 0.13 204.88 0.55 0.71
Hex 8B BB DD 25 F 0 D CD 37 47
Octal 213 273 335 45 17 0 15 315 67 107
Binary 10001011 10111011 11011101 100101 1111 0 1101 11001101 110111 1000111

Color Harmonies of #8BBBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBBDD

Black with #8BBBDD

Text Example


Text Example

White with #8BBBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,187,221); }

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

background-color css

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

 a { background-color: rgb(139,187,221); }

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

border-color css

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

 span { border-color: rgb(139,187,221); }

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