Html Css Color HEX #8EBDED Cornflower

📋 copy color: '#8EBDED'

red 142 ◦ green 189 ◦ blue 237

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

Shades of Cornflower #8EBDED

Tints of Cornflower #8EBDED

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.27%

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

R = 25%
G = 33.27%
B = 41.73%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8EBDED (or 0x8EBDED) is known color: Cornflower. HEX triplet: 8E, BD and ED. RGB value is (142,189,237). Sum of RGB (Red+Green+Blue) = 142+189+237=568 (75% of max value = 765). Red value is 142 (55.86% from 255 or 25% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #8EBDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EBDED is #714212. Grayscale: #B4B4B4. Windows color (decimal): -7422483 or 15580558. OLE color: 15580558.

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

Color convert

RGB 142 189 237 -
CMYK 0.40 0.20 0 0.07
HSL 210.32º 0.73% 0.74% -
HSV(B) 210.32º 0.4% 0.93% -
XYZ 44.64 48.26 87.08 -
YUV 180.42 159.93 100.6 -
System Red Green Blue C M Y K H S L
Decimal 142 189 237 0.40 0.20 0 0.07 210.32 0.73 0.74
Hex 8E BD ED 28 14 0 7 D2 49 4A
Octal 216 275 355 50 24 0 7 322 111 112
Binary 10001110 10111101 11101101 101000 10100 0 111 11010010 1001001 1001010

Color Harmonies of #8EBDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBDED

Black with #8EBDED

Text Example


Text Example

White with #8EBDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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