Html Css Color HEX #8EBBED Cornflower

📋 copy color: '#8EBBED'

red 142 ◦ green 187 ◦ blue 237

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

Shades of Cornflower #8EBBED

Tints of Cornflower #8EBBED

RGB

 RED value IS 142 (55.86% from 255) = 25.09%

 GREEN value IS 187 (73.44% from 255) = 33.04%

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

R = 25.09%
G = 33.04%
B = 41.87%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8EBBED (or 0x8EBBED) is known color: Cornflower. HEX triplet: 8E, BB and ED. RGB value is (142,187,237). Sum of RGB (Red+Green+Blue) = 142+187+237=566 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.09% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #8EBBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EBBED is #714412. Grayscale: #B3B3B3. Windows color (decimal): -7422995 or 15580046. OLE color: 15580046.

HSL color Cylindrical-coordinate representation of color #8EBBED: hue angle of 211.58º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EBBED is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 187 237 -
CMYK 0.40 0.21 0 0.07
HSL 211.58º 0.73% 0.74% -
HSV(B) 211.58º 0.4% 0.93% -
XYZ 44.21 47.41 86.94 -
YUV 179.25 160.59 101.43 -
System Red Green Blue C M Y K H S L
Decimal 142 187 237 0.40 0.21 0 0.07 211.58 0.73 0.74
Hex 8E BB ED 28 15 0 7 D4 49 4A
Octal 216 273 355 50 25 0 7 324 111 112
Binary 10001110 10111011 11101101 101000 10101 0 111 11010100 1001001 1001010

Color Harmonies of #8EBBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBBED

Black with #8EBBED

Text Example


Text Example

White with #8EBBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,187,237); }

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

background-color css

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

 a { background-color: rgb(142,187,237); }

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

border-color css

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

 span { border-color: rgb(142,187,237); }

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