Html Css Color HEX #8CBCEF Cornflower

📋 copy color: '#8CBCEF'

red 140 ◦ green 188 ◦ blue 239

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

Shades of Cornflower #8CBCEF

Tints of Cornflower #8CBCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.15%

R = 24.69%
G = 33.16%
B = 42.15%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8CBCEF (or 0x8CBCEF) is known color: Cornflower. HEX triplet: 8C, BC and EF. RGB value is (140,188,239). Sum of RGB (Red+Green+Blue) = 140+188+239=567 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.69% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #8CBCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBCEF is #734310. Grayscale: #B3B3B3. Windows color (decimal): -7553809 or 15711372. OLE color: 15711372.

HSL color Cylindrical-coordinate representation of color #8CBCEF: hue angle of 210.91º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CBCEF is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 140 188 239 -
CMYK 0.41 0.21 0 0.06
HSL 210.91º 0.76% 0.74% -
HSV(B) 210.91º 0.41% 0.94% -
XYZ 44.38 47.77 88.54 -
YUV 179.46 161.6 99.85 -
System Red Green Blue C M Y K H S L
Decimal 140 188 239 0.41 0.21 0 0.06 210.91 0.76 0.74
Hex 8C BC EF 29 15 0 6 D3 4C 4A
Octal 214 274 357 51 25 0 6 323 114 112
Binary 10001100 10111100 11101111 101001 10101 0 110 11010011 1001100 1001010

Color Harmonies of #8CBCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBCEF

Black with #8CBCEF

Text Example


Text Example

White with #8CBCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,188,239); }

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

background-color css

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

 a { background-color: rgb(140,188,239); }

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

border-color css

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

 span { border-color: rgb(140,188,239); }

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