Html Css Color HEX #8EAFF2 Jordy Blue

📋 copy color: '#8EAFF2'

red 142 ◦ green 175 ◦ blue 242

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

Shades of Jordy Blue #8EAFF2

Tints of Jordy Blue #8EAFF2

RGB

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

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

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

R = 25.4%
G = 31.31%
B = 43.29%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8EAFF2 (or 0x8EAFF2) is known color: Jordy Blue. HEX triplet: 8E, AF and F2. RGB value is (142,175,242). Sum of RGB (Red+Green+Blue) = 142+175+242=559 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.40% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: blue. Hex color #8EAFF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EAFF2 is #71500D. Grayscale: #ACACAC. Windows color (decimal): -7426062 or 15904654. OLE color: 15904654.

HSL color Cylindrical-coordinate representation of color #8EAFF2: hue angle of 220.2º 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 #8EAFF2 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 142 175 242 -
CMYK 0.41 0.28 0 0.05
HSL 220.2º 0.79% 0.75% -
HSV(B) 220.2º 0.41% 0.95% -
XYZ 42.51 42.82 90.03 -
YUV 172.77 167.07 106.05 -
System Red Green Blue C M Y K H S L
Decimal 142 175 242 0.41 0.28 0 0.05 220.2 0.79 0.75
Hex 8E AF F2 29 1C 0 5 DC 4F 4B
Octal 216 257 362 51 34 0 5 334 117 113
Binary 10001110 10101111 11110010 101001 11100 0 101 11011100 1001111 1001011

Color Harmonies of #8EAFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAFF2

Black with #8EAFF2

Text Example


Text Example

White with #8EAFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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