Html Css Color HEX #8EBFEB Cornflower

📋 copy color: '#8EBFEB'

red 142 ◦ green 191 ◦ blue 235

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

Shades of Cornflower #8EBFEB

Tints of Cornflower #8EBFEB

RGB

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

 GREEN value IS 191 (75% from 255) = 33.63%

 BLUE value IS 235 (92.19% from 255) = 41.37%

R = 25%
G = 33.63%
B = 41.37%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8EBFEB (or 0x8EBFEB) is known color: Cornflower. HEX triplet: 8E, BF and EB. RGB value is (142,191,235). Sum of RGB (Red+Green+Blue) = 142+191+235=568 (75% of max value = 765). Red value is 142 (55.86% from 255 or 25% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #8EBFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EBFEB is #714014. Grayscale: #B5B5B5. Windows color (decimal): -7421973 or 15449998. OLE color: 15449998.

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

Color convert

RGB 142 191 235 -
CMYK 0.40 0.19 0 0.08
HSL 208.39º 0.7% 0.74% -
HSV(B) 208.39º 0.4% 0.92% -
XYZ 44.78 49.01 85.7 -
YUV 181.37 158.27 99.92 -
System Red Green Blue C M Y K H S L
Decimal 142 191 235 0.40 0.19 0 0.08 208.39 0.7 0.74
Hex 8E BF EB 28 13 0 8 D0 46 4A
Octal 216 277 353 50 23 0 10 320 106 112
Binary 10001110 10111111 11101011 101000 10011 0 1000 11010000 1000110 1001010

Color Harmonies of #8EBFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBFEB

Black with #8EBFEB

Text Example


Text Example

White with #8EBFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,191,235); }

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

background-color css

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

 a { background-color: rgb(142,191,235); }

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

border-color css

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

 span { border-color: rgb(142,191,235); }

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