Html Css Color HEX #8CBCEE Cornflower

📋 copy color: '#8CBCEE'

red 140 ◦ green 188 ◦ blue 238

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

Shades of Cornflower #8CBCEE

Tints of Cornflower #8CBCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.05%

R = 24.73%
G = 33.22%
B = 42.05%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8CBCEE (or 0x8CBCEE) is known color: Cornflower. HEX triplet: 8C, BC and EE. RGB value is (140,188,238). Sum of RGB (Red+Green+Blue) = 140+188+238=566 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.73% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #8CBCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBCEE is #734311. Grayscale: #B3B3B3. Windows color (decimal): -7553810 or 15645836. OLE color: 15645836.

HSL color Cylindrical-coordinate representation of color #8CBCEE: hue angle of 210.61º degrees, saturation: 0.74, 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 #8CBCEE is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 140 188 238 -
CMYK 0.41 0.21 0 0.07
HSL 210.61º 0.74% 0.74% -
HSV(B) 210.61º 0.41% 0.93% -
XYZ 44.23 47.71 87.77 -
YUV 179.35 161.1 99.93 -
System Red Green Blue C M Y K H S L
Decimal 140 188 238 0.41 0.21 0 0.07 210.61 0.74 0.74
Hex 8C BC EE 29 15 0 7 D3 4A 4A
Octal 214 274 356 51 25 0 7 323 112 112
Binary 10001100 10111100 11101110 101001 10101 0 111 11010011 1001010 1001010

Color Harmonies of #8CBCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBCEE

Black with #8CBCEE

Text Example


Text Example

White with #8CBCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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