Html Css Color HEX #8EAFE6 Jordy Blue

📋 copy color: '#8EAFE6'

red 142 ◦ green 175 ◦ blue 230

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

Shades of Jordy Blue #8EAFE6

Tints of Jordy Blue #8EAFE6

RGB

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

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

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

R = 25.96%
G = 31.99%
B = 42.05%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8EAFE6 (or 0x8EAFE6) is known color: Jordy Blue. HEX triplet: 8E, AF and E6. RGB value is (142,175,230). Sum of RGB (Red+Green+Blue) = 142+175+230=547 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.96% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 230 - color contains mainly: blue. Hex color #8EAFE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EAFE6 is #715019. Grayscale: #ABABAB. Windows color (decimal): -7426074 or 15118222. OLE color: 15118222.

HSL color Cylindrical-coordinate representation of color #8EAFE6: hue angle of 217.5º 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 #8EAFE6 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 142 175 230 -
CMYK 0.38 0.24 0 0.10
HSL 217.5º 0.64% 0.73% -
HSV(B) 217.5º 0.38% 0.9% -
XYZ 40.77 42.12 80.84 -
YUV 171.4 161.07 107.03 -
System Red Green Blue C M Y K H S L
Decimal 142 175 230 0.38 0.24 0 0.10 217.5 0.64 0.73
Hex 8E AF E6 26 18 0 A DA 40 49
Octal 216 257 346 46 30 0 12 332 100 111
Binary 10001110 10101111 11100110 100110 11000 0 1010 11011010 1000000 1001001

Color Harmonies of #8EAFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAFE6

Black with #8EAFE6

Text Example


Text Example

White with #8EAFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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