Html Css Color HEX #8DA9FF Jordy Blue

📋 copy color: '#8DA9FF'

red 141 ◦ green 169 ◦ blue 255

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

Shades of Jordy Blue #8DA9FF

Tints of Jordy Blue #8DA9FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.13%

R = 24.96%
G = 29.91%
B = 45.13%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8DA9FF (or 0x8DA9FF) is known color: Jordy Blue. HEX triplet: 8D, A9 and FF. RGB value is (141,169,255). Sum of RGB (Red+Green+Blue) = 141+169+255=565 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.96% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DA9FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA9FF is #725600. Grayscale: #AAAAAA. Windows color (decimal): -7493121 or 16755085. OLE color: 16755085.

HSL color Cylindrical-coordinate representation of color #8DA9FF: hue angle of 225.26º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DA9FF is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 141 169 255 -
CMYK 0.45 0.34 0 0
HSL 225.26º 1% 0.78% -
HSV(B) 225.26º 0.45% 1% -
XYZ 43.22 41.26 100.29 -
YUV 170.43 175.72 107.01 -
System Red Green Blue C M Y K H S L
Decimal 141 169 255 0.45 0.34 0 0 225.26 1 0.78
Hex 8D A9 FF 2D 22 0 0 E1 64 4E
Octal 215 251 377 55 42 0 0 341 144 116
Binary 10001101 10101001 11111111 101101 100010 0 0 11100001 1100100 1001110

Color Harmonies of #8DA9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA9FF

Black with #8DA9FF

Text Example


Text Example

White with #8DA9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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