Html Css Color HEX #8BBDE1 Cornflower

📋 copy color: '#8BBDE1'

red 139 ◦ green 189 ◦ blue 225

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

Shades of Cornflower #8BBDE1

Tints of Cornflower #8BBDE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.69%

R = 25.14%
G = 34.18%
B = 40.69%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8BBDE1 (or 0x8BBDE1) is known color: Cornflower. HEX triplet: 8B, BD and E1. RGB value is (139,189,225). Sum of RGB (Red+Green+Blue) = 139+189+225=553 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.14% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 225 - color contains mainly: blue. Hex color #8BBDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBDE1 is #74421E. Grayscale: #B1B1B1. Windows color (decimal): -7619103 or 14794123. OLE color: 14794123.

HSL color Cylindrical-coordinate representation of color #8BBDE1: hue angle of 205.12º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BBDE1 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 139 189 225 -
CMYK 0.38 0.16 0 0.12
HSL 205.12º 0.59% 0.71% -
HSV(B) 205.12º 0.38% 0.88% -
XYZ 42.44 47.32 78.13 -
YUV 178.15 154.44 100.07 -
System Red Green Blue C M Y K H S L
Decimal 139 189 225 0.38 0.16 0 0.12 205.12 0.59 0.71
Hex 8B BD E1 26 10 0 C CD 3B 47
Octal 213 275 341 46 20 0 14 315 73 107
Binary 10001011 10111101 11100001 100110 10000 0 1100 11001101 111011 1000111

Color Harmonies of #8BBDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBDE1

Black with #8BBDE1

Text Example


Text Example

White with #8BBDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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