Html Css Color HEX #8CB9ED Cornflower

📋 copy color: '#8CB9ED'

red 140 ◦ green 185 ◦ blue 237

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

Shades of Cornflower #8CB9ED

Tints of Cornflower #8CB9ED

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.92%

 BLUE value IS 237 (92.97% from 255) = 42.17%

R = 24.91%
G = 32.92%
B = 42.17%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8CB9ED (or 0x8CB9ED) is known color: Cornflower. HEX triplet: 8C, B9 and ED. RGB value is (140,185,237). Sum of RGB (Red+Green+Blue) = 140+185+237=562 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.91% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #8CB9ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CB9ED is #734612. Grayscale: #B1B1B1. Windows color (decimal): -7554579 or 15579532. OLE color: 15579532.

HSL color Cylindrical-coordinate representation of color #8CB9ED: hue angle of 212.16º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CB9ED is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 140 185 237 -
CMYK 0.41 0.22 0 0.07
HSL 212.16º 0.73% 0.74% -
HSV(B) 212.16º 0.41% 0.93% -
XYZ 43.45 46.39 86.78 -
YUV 177.47 161.59 101.27 -
System Red Green Blue C M Y K H S L
Decimal 140 185 237 0.41 0.22 0 0.07 212.16 0.73 0.74
Hex 8C B9 ED 29 16 0 7 D4 49 4A
Octal 214 271 355 51 26 0 7 324 111 112
Binary 10001100 10111001 11101101 101001 10110 0 111 11010100 1001001 1001010

Color Harmonies of #8CB9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB9ED

Black with #8CB9ED

Text Example


Text Example

White with #8CB9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,185,237); }

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

background-color css

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

 a { background-color: rgb(140,185,237); }

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

border-color css

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

 span { border-color: rgb(140,185,237); }

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