Html Css Color HEX #8CC2EB Cornflower

📋 copy color: '#8CC2EB'

red 140 ◦ green 194 ◦ blue 235

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

Shades of Cornflower #8CC2EB

Tints of Cornflower #8CC2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.09%

 BLUE value IS 235 (92.19% from 255) = 41.3%

R = 24.6%
G = 34.09%
B = 41.3%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8CC2EB (or 0x8CC2EB) is known color: Cornflower. HEX triplet: 8C, C2 and EB. RGB value is (140,194,235). Sum of RGB (Red+Green+Blue) = 140+194+235=569 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.60% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #8CC2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC2EB is #733D14. Grayscale: #B6B6B6. Windows color (decimal): -7552277 or 15450764. OLE color: 15450764.

HSL color Cylindrical-coordinate representation of color #8CC2EB: hue angle of 205.89º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CC2EB is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 194 235 -
CMYK 0.40 0.17 0 0.08
HSL 205.89º 0.7% 0.74% -
HSV(B) 205.89º 0.4% 0.92% -
XYZ 45.1 50.16 85.9 -
YUV 182.53 157.61 97.67 -
System Red Green Blue C M Y K H S L
Decimal 140 194 235 0.40 0.17 0 0.08 205.89 0.7 0.74
Hex 8C C2 EB 28 11 0 8 CE 46 4A
Octal 214 302 353 50 21 0 10 316 106 112
Binary 10001100 11000010 11101011 101000 10001 0 1000 11001110 1000110 1001010

Color Harmonies of #8CC2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC2EB

Black with #8CC2EB

Text Example


Text Example

White with #8CC2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,194,235); }

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

background-color css

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

 a { background-color: rgb(140,194,235); }

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

border-color css

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

 span { border-color: rgb(140,194,235); }

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