Html Css Color HEX #8DAAFF Jordy Blue

📋 copy color: '#8DAAFF'

red 141 ◦ green 170 ◦ blue 255

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

Shades of Jordy Blue #8DAAFF

Tints of Jordy Blue #8DAAFF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.04%

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

R = 24.91%
G = 30.04%
B = 45.05%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8DAAFF (or 0x8DAAFF) is known color: Jordy Blue. HEX triplet: 8D, AA and FF. RGB value is (141,170,255). Sum of RGB (Red+Green+Blue) = 141+170+255=566 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.91% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DAAFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAAFF is #725500. Grayscale: #AAAAAA. Windows color (decimal): -7492865 or 16755341. OLE color: 16755341.

HSL color Cylindrical-coordinate representation of color #8DAAFF: hue angle of 224.74º 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 #8DAAFF is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 141 170 255 -
CMYK 0.45 0.33 0 0
HSL 224.74º 1% 0.78% -
HSV(B) 224.74º 0.45% 1% -
XYZ 43.41 41.63 100.36 -
YUV 171.02 175.39 106.59 -
System Red Green Blue C M Y K H S L
Decimal 141 170 255 0.45 0.33 0 0 224.74 1 0.78
Hex 8D AA FF 2D 21 0 0 E1 64 4E
Octal 215 252 377 55 41 0 0 341 144 116
Binary 10001101 10101010 11111111 101101 100001 0 0 11100001 1100100 1001110

Color Harmonies of #8DAAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAAFF

Black with #8DAAFF

Text Example


Text Example

White with #8DAAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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