Html Css Color HEX #8CBEED Cornflower

📋 copy color: '#8CBEED'

red 140 ◦ green 190 ◦ blue 237

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

Shades of Cornflower #8CBEED

Tints of Cornflower #8CBEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.8%

R = 24.69%
G = 33.51%
B = 41.8%

CMYK

 C value IS 0.41

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8CBEED (or 0x8CBEED) is known color: Cornflower. HEX triplet: 8C, BE and ED. RGB value is (140,190,237). Sum of RGB (Red+Green+Blue) = 140+190+237=567 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.69% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #8CBEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBEED is #734112. Grayscale: #B4B4B4. Windows color (decimal): -7553299 or 15580812. OLE color: 15580812.

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

Color convert

RGB 140 190 237 -
CMYK 0.41 0.20 0 0.07
HSL 209.07º 0.73% 0.74% -
HSV(B) 209.07º 0.41% 0.93% -
XYZ 44.51 48.52 87.14 -
YUV 180.41 159.94 99.18 -
System Red Green Blue C M Y K H S L
Decimal 140 190 237 0.41 0.20 0 0.07 209.07 0.73 0.74
Hex 8C BE ED 29 14 0 7 D1 49 4A
Octal 214 276 355 51 24 0 7 321 111 112
Binary 10001100 10111110 11101101 101001 10100 0 111 11010001 1001001 1001010

Color Harmonies of #8CBEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBEED

Black with #8CBEED

Text Example


Text Example

White with #8CBEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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