Html Css Color HEX #8CBEDA Cornflower

📋 copy color: '#8CBEDA'

red 140 ◦ green 190 ◦ blue 218

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

Shades of Cornflower #8CBEDA

Tints of Cornflower #8CBEDA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.67%

 BLUE value IS 218 (85.55% from 255) = 39.78%

R = 25.55%
G = 34.67%
B = 39.78%

CMYK

 C value IS 0.36

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8CBEDA (or 0x8CBEDA) is known color: Cornflower. HEX triplet: 8C, BE and DA. RGB value is (140,190,218). Sum of RGB (Red+Green+Blue) = 140+190+218=548 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.55% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #8CBEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBEDA is #734125. Grayscale: #B2B2B2. Windows color (decimal): -7553318 or 14335628. OLE color: 14335628.

HSL color Cylindrical-coordinate representation of color #8CBEDA: hue angle of 201.54º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CBEDA is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 140 190 218 -
CMYK 0.36 0.13 0 0.15
HSL 201.54º 0.51% 0.7% -
HSV(B) 201.54º 0.36% 0.85% -
XYZ 41.88 47.46 73.28 -
YUV 178.24 150.44 100.72 -
System Red Green Blue C M Y K H S L
Decimal 140 190 218 0.36 0.13 0 0.15 201.54 0.51 0.7
Hex 8C BE DA 24 D 0 F CA 33 46
Octal 214 276 332 44 15 0 17 312 63 106
Binary 10001100 10111110 11011010 100100 1101 0 1111 11001010 110011 1000110

Color Harmonies of #8CBEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBEDA

Black with #8CBEDA

Text Example


Text Example

White with #8CBEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,190,218); }

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

background-color css

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

 a { background-color: rgb(140,190,218); }

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

border-color css

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

 span { border-color: rgb(140,190,218); }

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