Html Css Color HEX #8EACE1 Jordy Blue

📋 copy color: '#8EACE1'

red 142 ◦ green 172 ◦ blue 225

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

Shades of Jordy Blue #8EACE1

Tints of Jordy Blue #8EACE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.74%

R = 26.35%
G = 31.91%
B = 41.74%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8EACE1 (or 0x8EACE1) is known color: Jordy Blue. HEX triplet: 8E, AC and E1. RGB value is (142,172,225). Sum of RGB (Red+Green+Blue) = 142+172+225=539 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.35% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 225 (88.28% from 255 or 41.74% from 539); Max value from RGB is 225 - color contains mainly: blue. Hex color #8EACE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACE1 is #71531E. Grayscale: #A8A8A8. Windows color (decimal): -7426847 or 14789774. OLE color: 14789774.

HSL color Cylindrical-coordinate representation of color #8EACE1: hue angle of 218.31º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EACE1 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 142 172 225 -
CMYK 0.37 0.24 0 0.12
HSL 218.31º 0.58% 0.72% -
HSV(B) 218.31º 0.37% 0.88% -
XYZ 39.5 40.69 77.01 -
YUV 169.07 159.56 108.69 -
System Red Green Blue C M Y K H S L
Decimal 142 172 225 0.37 0.24 0 0.12 218.31 0.58 0.72
Hex 8E AC E1 25 18 0 C DA 3A 48
Octal 216 254 341 45 30 0 14 332 72 110
Binary 10001110 10101100 11100001 100101 11000 0 1100 11011010 111010 1001000

Color Harmonies of #8EACE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EACE1

Black with #8EACE1

Text Example


Text Example

White with #8EACE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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