Html Css Color HEX #8FBBDB Cornflower

📋 copy color: '#8FBBDB'

red 143 ◦ green 187 ◦ blue 219

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

Shades of Cornflower #8FBBDB

Tints of Cornflower #8FBBDB

RGB

 RED value IS 143 (56.25% from 255) = 26.05%

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

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

R = 26.05%
G = 34.06%
B = 39.89%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8FBBDB (or 0x8FBBDB) is known color: Cornflower. HEX triplet: 8F, BB and DB. RGB value is (143,187,219). Sum of RGB (Red+Green+Blue) = 143+187+219=549 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.05% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #8FBBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBBDB is #704424. Grayscale: #B1B1B1. Windows color (decimal): -7357477 or 14400399. OLE color: 14400399.

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

Color convert

RGB 143 187 219 -
CMYK 0.35 0.15 0 0.14
HSL 205.26º 0.51% 0.71% -
HSV(B) 205.26º 0.35% 0.86% -
XYZ 41.88 46.49 73.78 -
YUV 177.49 151.42 103.4 -
System Red Green Blue C M Y K H S L
Decimal 143 187 219 0.35 0.15 0 0.14 205.26 0.51 0.71
Hex 8F BB DB 23 F 0 E CD 33 47
Octal 217 273 333 43 17 0 16 315 63 107
Binary 10001111 10111011 11011011 100011 1111 0 1110 11001101 110011 1000111

Color Harmonies of #8FBBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBBDB

Black with #8FBBDB

Text Example


Text Example

White with #8FBBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,187,219); }

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

background-color css

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

 a { background-color: rgb(143,187,219); }

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

border-color css

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

 span { border-color: rgb(143,187,219); }

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