Html Css Color HEX #8EACE6 Jordy Blue

📋 copy color: '#8EACE6'

red 142 ◦ green 172 ◦ blue 230

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

Shades of Jordy Blue #8EACE6

Tints of Jordy Blue #8EACE6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.62%

 BLUE value IS 230 (90.23% from 255) = 42.28%

R = 26.1%
G = 31.62%
B = 42.28%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8EACE6 (or 0x8EACE6) is known color: Jordy Blue. HEX triplet: 8E, AC and E6. RGB value is (142,172,230). Sum of RGB (Red+Green+Blue) = 142+172+230=544 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.10% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 230 (90.23% from 255 or 42.28% from 544); Max value from RGB is 230 - color contains mainly: blue. Hex color #8EACE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EACE6 is #715319. Grayscale: #A9A9A9. Windows color (decimal): -7426842 or 15117454. OLE color: 15117454.

HSL color Cylindrical-coordinate representation of color #8EACE6: hue angle of 219.55º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EACE6 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 142 172 230 -
CMYK 0.38 0.25 0 0.10
HSL 219.55º 0.64% 0.73% -
HSV(B) 219.55º 0.38% 0.9% -
XYZ 40.19 40.97 80.65 -
YUV 169.64 162.06 108.28 -
System Red Green Blue C M Y K H S L
Decimal 142 172 230 0.38 0.25 0 0.10 219.55 0.64 0.73
Hex 8E AC E6 26 19 0 A DC 40 49
Octal 216 254 346 46 31 0 12 334 100 111
Binary 10001110 10101100 11100110 100110 11001 0 1010 11011100 1000000 1001001

Color Harmonies of #8EACE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EACE6

Black with #8EACE6

Text Example


Text Example

White with #8EACE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,172,230); }

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

background-color css

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

 a { background-color: rgb(142,172,230); }

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

border-color css

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

 span { border-color: rgb(142,172,230); }

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