Html Css Color HEX #8BBCDE Cornflower

📋 copy color: '#8BBCDE'

red 139 ◦ green 188 ◦ blue 222

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

Shades of Cornflower #8BBCDE

Tints of Cornflower #8BBCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.44%

R = 25.32%
G = 34.24%
B = 40.44%

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

#8BBCDE (or 0x8BBCDE) is known color: Cornflower. HEX triplet: 8B, BC and DE. RGB value is (139,188,222). Sum of RGB (Red+Green+Blue) = 139+188+222=549 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.32% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #8BBCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBCDE is #744321. Grayscale: #B1B1B1. Windows color (decimal): -7619362 or 14597259. OLE color: 14597259.

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

Color convert

RGB 139 188 222 -
CMYK 0.37 0.15 0 0.13
HSL 204.58º 0.56% 0.71% -
HSV(B) 204.58º 0.37% 0.87% -
XYZ 41.82 46.73 75.92 -
YUV 177.23 153.27 100.74 -
System Red Green Blue C M Y K H S L
Decimal 139 188 222 0.37 0.15 0 0.13 204.58 0.56 0.71
Hex 8B BC DE 25 F 0 D CD 38 47
Octal 213 274 336 45 17 0 15 315 70 107
Binary 10001011 10111100 11011110 100101 1111 0 1101 11001101 111000 1000111

Color Harmonies of #8BBCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBCDE

Black with #8BBCDE

Text Example


Text Example

White with #8BBCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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