Html Css Color HEX #8EBADA Cornflower

📋 copy color: '#8EBADA'

red 142 ◦ green 186 ◦ blue 218

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

Shades of Cornflower #8EBADA

Tints of Cornflower #8EBADA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.07%

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

R = 26.01%
G = 34.07%
B = 39.93%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8EBADA (or 0x8EBADA) is known color: Cornflower. HEX triplet: 8E, BA and DA. RGB value is (142,186,218). Sum of RGB (Red+Green+Blue) = 142+186+218=546 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.01% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #8EBADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBADA is #714525. Grayscale: #B0B0B0. Windows color (decimal): -7423270 or 14334606. OLE color: 14334606.

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

Color convert

RGB 142 186 218 -
CMYK 0.35 0.15 0 0.15
HSL 205.26º 0.51% 0.71% -
HSV(B) 205.26º 0.35% 0.85% -
XYZ 41.37 45.93 73.01 -
YUV 176.49 151.42 103.4 -
System Red Green Blue C M Y K H S L
Decimal 142 186 218 0.35 0.15 0 0.15 205.26 0.51 0.71
Hex 8E BA DA 23 F 0 F CD 33 47
Octal 216 272 332 43 17 0 17 315 63 107
Binary 10001110 10111010 11011010 100011 1111 0 1111 11001101 110011 1000111

Color Harmonies of #8EBADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBADA

Black with #8EBADA

Text Example


Text Example

White with #8EBADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,186,218); }

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

background-color css

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

 a { background-color: rgb(142,186,218); }

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

border-color css

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

 span { border-color: rgb(142,186,218); }

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