Html Css Color HEX #8EA9F2 Jordy Blue

📋 copy color: '#8EA9F2'

red 142 ◦ green 169 ◦ blue 242

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

Shades of Jordy Blue #8EA9F2

Tints of Jordy Blue #8EA9F2

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.56%

 BLUE value IS 242 (94.92% from 255) = 43.76%

R = 25.68%
G = 30.56%
B = 43.76%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8EA9F2 (or 0x8EA9F2) is known color: Jordy Blue. HEX triplet: 8E, A9 and F2. RGB value is (142,169,242). Sum of RGB (Red+Green+Blue) = 142+169+242=553 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.68% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #8EA9F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EA9F2 is #71560D. Grayscale: #A8A8A8. Windows color (decimal): -7427598 or 15903118. OLE color: 15903118.

HSL color Cylindrical-coordinate representation of color #8EA9F2: hue angle of 223.8º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EA9F2 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 142 169 242 -
CMYK 0.41 0.30 0 0.05
HSL 223.8º 0.79% 0.75% -
HSV(B) 223.8º 0.41% 0.95% -
XYZ 41.37 40.54 89.65 -
YUV 169.25 169.05 108.56 -
System Red Green Blue C M Y K H S L
Decimal 142 169 242 0.41 0.30 0 0.05 223.8 0.79 0.75
Hex 8E A9 F2 29 1E 0 5 E0 4F 4B
Octal 216 251 362 51 36 0 5 340 117 113
Binary 10001110 10101001 11110010 101001 11110 0 101 11100000 1001111 1001011

Color Harmonies of #8EA9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA9F2

Black with #8EA9F2

Text Example


Text Example

White with #8EA9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,169,242); }

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

background-color css

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

 a { background-color: rgb(142,169,242); }

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

border-color css

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

 span { border-color: rgb(142,169,242); }

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