Html Css Color HEX #8EACEA Jordy Blue

📋 copy color: '#8EACEA'

red 142 ◦ green 172 ◦ blue 234

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

Shades of Jordy Blue #8EACEA

Tints of Jordy Blue #8EACEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.7%

R = 25.91%
G = 31.39%
B = 42.7%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8EACEA (or 0x8EACEA) is known color: Jordy Blue. HEX triplet: 8E, AC and EA. RGB value is (142,172,234). Sum of RGB (Red+Green+Blue) = 142+172+234=548 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.91% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #8EACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EACEA is #715315. Grayscale: #A9A9A9. Windows color (decimal): -7426838 or 15379598. OLE color: 15379598.

HSL color Cylindrical-coordinate representation of color #8EACEA: hue angle of 220.43º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EACEA is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 142 172 234 -
CMYK 0.39 0.26 0 0.08
HSL 220.43º 0.69% 0.74% -
HSV(B) 220.43º 0.39% 0.92% -
XYZ 40.76 41.2 83.65 -
YUV 170.1 164.06 107.96 -
System Red Green Blue C M Y K H S L
Decimal 142 172 234 0.39 0.26 0 0.08 220.43 0.69 0.74
Hex 8E AC EA 27 1A 0 8 DC 45 4A
Octal 216 254 352 47 32 0 10 334 105 112
Binary 10001110 10101100 11101010 100111 11010 0 1000 11011100 1000101 1001010

Color Harmonies of #8EACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EACEA

Black with #8EACEA

Text Example


Text Example

White with #8EACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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