Html Css Color HEX #8DA9EF Jordy Blue

📋 copy color: '#8DA9EF'

red 141 ◦ green 169 ◦ blue 239

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

Shades of Jordy Blue #8DA9EF

Tints of Jordy Blue #8DA9EF

RGB

 RED value IS 141 (55.47% from 255) = 25.68%

 GREEN value IS 169 (66.41% from 255) = 30.78%

 BLUE value IS 239 (93.75% from 255) = 43.53%

R = 25.68%
G = 30.78%
B = 43.53%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8DA9EF (or 0x8DA9EF) is known color: Jordy Blue. HEX triplet: 8D, A9 and EF. RGB value is (141,169,239). Sum of RGB (Red+Green+Blue) = 141+169+239=549 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.68% from 549); Green value is 169 (66.41% from 255 or 30.78% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #8DA9EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA9EF is #725610. Grayscale: #A8A8A8. Windows color (decimal): -7493137 or 15706509. OLE color: 15706509.

HSL color Cylindrical-coordinate representation of color #8DA9EF: hue angle of 222.86º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DA9EF is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 141 169 239 -
CMYK 0.41 0.29 0 0.06
HSL 222.86º 0.75% 0.75% -
HSV(B) 222.86º 0.41% 0.94% -
XYZ 40.75 40.27 87.29 -
YUV 168.61 167.72 108.31 -
System Red Green Blue C M Y K H S L
Decimal 141 169 239 0.41 0.29 0 0.06 222.86 0.75 0.75
Hex 8D A9 EF 29 1D 0 6 DF 4B 4B
Octal 215 251 357 51 35 0 6 337 113 113
Binary 10001101 10101001 11101111 101001 11101 0 110 11011111 1001011 1001011

Color Harmonies of #8DA9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA9EF

Black with #8DA9EF

Text Example


Text Example

White with #8DA9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,169,239); }

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

background-color css

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

 a { background-color: rgb(141,169,239); }

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

border-color css

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

 span { border-color: rgb(141,169,239); }

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