Html Css Color HEX #8EAAFC Jordy Blue

📋 copy color: '#8EAAFC'

red 142 ◦ green 170 ◦ blue 252

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

Shades of Jordy Blue #8EAAFC

Tints of Jordy Blue #8EAAFC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.14%

 BLUE value IS 252 (98.83% from 255) = 44.68%

R = 25.18%
G = 30.14%
B = 44.68%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8EAAFC (or 0x8EAAFC) is known color: Jordy Blue. HEX triplet: 8E, AA and FC. RGB value is (142,170,252). Sum of RGB (Red+Green+Blue) = 142+170+252=564 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.18% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #8EAAFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EAAFC is #715503. Grayscale: #AAAAAA. Windows color (decimal): -7427332 or 16558734. OLE color: 16558734.

HSL color Cylindrical-coordinate representation of color #8EAAFC: hue angle of 224.73º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EAAFC is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 142 170 252 -
CMYK 0.44 0.33 0 0.01
HSL 224.73º 0.95% 0.77% -
HSV(B) 224.73º 0.44% 0.99% -
XYZ 43.1 41.53 97.84 -
YUV 170.98 173.72 107.33 -
System Red Green Blue C M Y K H S L
Decimal 142 170 252 0.44 0.33 0 0.01 224.73 0.95 0.77
Hex 8E AA FC 2C 21 0 1 E1 5F 4D
Octal 216 252 374 54 41 0 1 341 137 115
Binary 10001110 10101010 11111100 101100 100001 0 1 11100001 1011111 1001101

Color Harmonies of #8EAAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAAFC

Black with #8EAAFC

Text Example


Text Example

White with #8EAAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,170,252); }

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

background-color css

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

 a { background-color: rgb(142,170,252); }

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

border-color css

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

 span { border-color: rgb(142,170,252); }

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