Html Css Color HEX #8EAFE4 Jordy Blue

📋 copy color: '#8EAFE4'

red 142 ◦ green 175 ◦ blue 228

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

Shades of Jordy Blue #8EAFE4

Tints of Jordy Blue #8EAFE4

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.11%

 BLUE value IS 228 (89.45% from 255) = 41.83%

R = 26.06%
G = 32.11%
B = 41.83%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#8EAFE4 (or 0x8EAFE4) is known color: Jordy Blue. HEX triplet: 8E, AF and E4. RGB value is (142,175,228). Sum of RGB (Red+Green+Blue) = 142+175+228=545 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.06% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 228 (89.45% from 255 or 41.83% from 545); Max value from RGB is 228 - color contains mainly: blue. Hex color #8EAFE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAFE4 is #71501B. Grayscale: #AAAAAA. Windows color (decimal): -7426076 or 14987150. OLE color: 14987150.

HSL color Cylindrical-coordinate representation of color #8EAFE4: hue angle of 216.98º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EAFE4 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 142 175 228 -
CMYK 0.38 0.23 0 0.11
HSL 216.98º 0.61% 0.73% -
HSV(B) 216.98º 0.38% 0.89% -
XYZ 40.49 42.01 79.37 -
YUV 171.18 160.07 107.19 -
System Red Green Blue C M Y K H S L
Decimal 142 175 228 0.38 0.23 0 0.11 216.98 0.61 0.73
Hex 8E AF E4 26 17 0 B D9 3D 49
Octal 216 257 344 46 27 0 13 331 75 111
Binary 10001110 10101111 11100100 100110 10111 0 1011 11011001 111101 1001001

Color Harmonies of #8EAFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAFE4

Black with #8EAFE4

Text Example


Text Example

White with #8EAFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,175,228); }

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

background-color css

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

 a { background-color: rgb(142,175,228); }

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

border-color css

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

 span { border-color: rgb(142,175,228); }

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