Html Css Color HEX #8DA9E8 Jordy Blue

📋 copy color: '#8DA9E8'

red 141 ◦ green 169 ◦ blue 232

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

Shades of Jordy Blue #8DA9E8

Tints of Jordy Blue #8DA9E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 42.8%

R = 26.01%
G = 31.18%
B = 42.8%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8DA9E8 (or 0x8DA9E8) is known color: Jordy Blue. HEX triplet: 8D, A9 and E8. RGB value is (141,169,232). Sum of RGB (Red+Green+Blue) = 141+169+232=542 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.01% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 232 (91.02% from 255 or 42.80% from 542); Max value from RGB is 232 - color contains mainly: blue. Hex color #8DA9E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA9E8 is #725617. Grayscale: #A7A7A7. Windows color (decimal): -7493144 or 15247757. OLE color: 15247757.

HSL color Cylindrical-coordinate representation of color #8DA9E8: hue angle of 221.54º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DA9E8 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 141 169 232 -
CMYK 0.39 0.27 0 0.09
HSL 221.54º 0.66% 0.73% -
HSV(B) 221.54º 0.39% 0.91% -
XYZ 39.74 39.86 81.94 -
YUV 167.81 164.22 108.88 -
System Red Green Blue C M Y K H S L
Decimal 141 169 232 0.39 0.27 0 0.09 221.54 0.66 0.73
Hex 8D A9 E8 27 1B 0 9 DE 42 49
Octal 215 251 350 47 33 0 11 336 102 111
Binary 10001101 10101001 11101000 100111 11011 0 1001 11011110 1000010 1001001

Color Harmonies of #8DA9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA9E8

Black with #8DA9E8

Text Example


Text Example

White with #8DA9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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