Html Css Color HEX #8CC1EA Cornflower

📋 copy color: '#8CC1EA'

red 140 ◦ green 193 ◦ blue 234

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

Shades of Cornflower #8CC1EA

Tints of Cornflower #8CC1EA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.04%

 BLUE value IS 234 (91.8% from 255) = 41.27%

R = 24.69%
G = 34.04%
B = 41.27%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8CC1EA (or 0x8CC1EA) is known color: Cornflower. HEX triplet: 8C, C1 and EA. RGB value is (140,193,234). Sum of RGB (Red+Green+Blue) = 140+193+234=567 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.69% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CC1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC1EA is #733E15. Grayscale: #B5B5B5. Windows color (decimal): -7552534 or 15384972. OLE color: 15384972.

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

Color convert

RGB 140 193 234 -
CMYK 0.40 0.18 0 0.08
HSL 206.17º 0.69% 0.73% -
HSV(B) 206.17º 0.4% 0.92% -
XYZ 44.74 49.66 85.07 -
YUV 181.83 157.44 98.17 -
System Red Green Blue C M Y K H S L
Decimal 140 193 234 0.40 0.18 0 0.08 206.17 0.69 0.73
Hex 8C C1 EA 28 12 0 8 CE 45 49
Octal 214 301 352 50 22 0 10 316 105 111
Binary 10001100 11000001 11101010 101000 10010 0 1000 11001110 1000101 1001001

Color Harmonies of #8CC1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC1EA

Black with #8CC1EA

Text Example


Text Example

White with #8CC1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,193,234); }

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

background-color css

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

 a { background-color: rgb(140,193,234); }

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

border-color css

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

 span { border-color: rgb(140,193,234); }

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