Html Css Color HEX #8CBDE1 Cornflower

📋 copy color: '#8CBDE1'

red 140 ◦ green 189 ◦ blue 225

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

Shades of Cornflower #8CBDE1

Tints of Cornflower #8CBDE1

RGB

 RED value IS 140 (55.08% from 255) = 25.27%

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

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

R = 25.27%
G = 34.12%
B = 40.61%

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

#8CBDE1 (or 0x8CBDE1) is known color: Cornflower. HEX triplet: 8C, BD and E1. RGB value is (140,189,225). Sum of RGB (Red+Green+Blue) = 140+189+225=554 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.27% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 225 (88.28% from 255 or 40.61% from 554); Max value from RGB is 225 - color contains mainly: blue. Hex color #8CBDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBDE1 is #73421E. Grayscale: #B2B2B2. Windows color (decimal): -7553567 or 14794124. OLE color: 14794124.

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

Color convert

RGB 140 189 225 -
CMYK 0.38 0.16 0 0.12
HSL 205.41º 0.59% 0.72% -
HSV(B) 205.41º 0.38% 0.88% -
XYZ 42.6 47.41 78.14 -
YUV 178.45 154.27 100.57 -
System Red Green Blue C M Y K H S L
Decimal 140 189 225 0.38 0.16 0 0.12 205.41 0.59 0.72
Hex 8C BD E1 26 10 0 C CD 3B 48
Octal 214 275 341 46 20 0 14 315 73 110
Binary 10001100 10111101 11100001 100110 10000 0 1100 11001101 111011 1001000

Color Harmonies of #8CBDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBDE1

Black with #8CBDE1

Text Example


Text Example

White with #8CBDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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