Html Css Color HEX #8EAEFD Jordy Blue

📋 copy color: '#8EAEFD'

red 142 ◦ green 174 ◦ blue 253

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

Shades of Jordy Blue #8EAEFD

Tints of Jordy Blue #8EAEFD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.58%

 BLUE value IS 253 (99.22% from 255) = 44.46%

R = 24.96%
G = 30.58%
B = 44.46%

CMYK

 C value IS 0.44

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8EAEFD (or 0x8EAEFD) is known color: Jordy Blue. HEX triplet: 8E, AE and FD. RGB value is (142,174,253). Sum of RGB (Red+Green+Blue) = 142+174+253=569 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.96% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #8EAEFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EAEFD is #715102. Grayscale: #ADADAD. Windows color (decimal): -7426307 or 16625294. OLE color: 16625294.

HSL color Cylindrical-coordinate representation of color #8EAEFD: hue angle of 222.7º degrees, saturation: 0.97, 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 #8EAEFD is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 142 174 253 -
CMYK 0.44 0.31 0 0.01
HSL 222.7º 0.97% 0.77% -
HSV(B) 222.7º 0.44% 0.99% -
XYZ 44.02 43.11 98.93 -
YUV 173.44 172.9 105.58 -
System Red Green Blue C M Y K H S L
Decimal 142 174 253 0.44 0.31 0 0.01 222.7 0.97 0.77
Hex 8E AE FD 2C 1F 0 1 DF 61 4D
Octal 216 256 375 54 37 0 1 337 141 115
Binary 10001110 10101110 11111101 101100 11111 0 1 11011111 1100001 1001101

Color Harmonies of #8EAEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAEFD

Black with #8EAEFD

Text Example


Text Example

White with #8EAEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,174,253); }

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

background-color css

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

 a { background-color: rgb(142,174,253); }

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

border-color css

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

 span { border-color: rgb(142,174,253); }

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