Html Css Color HEX #8DADFF Jordy Blue

📋 copy color: '#8DADFF'

red 141 ◦ green 173 ◦ blue 255

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

Shades of Jordy Blue #8DADFF

Tints of Jordy Blue #8DADFF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.4%

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

R = 24.78%
G = 30.4%
B = 44.82%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8DADFF (or 0x8DADFF) is known color: Jordy Blue. HEX triplet: 8D, AD and FF. RGB value is (141,173,255). Sum of RGB (Red+Green+Blue) = 141+173+255=569 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.78% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DADFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DADFF is #725200. Grayscale: #ACACAC. Windows color (decimal): -7492097 or 16756109. OLE color: 16756109.

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

Color convert

RGB 141 173 255 -
CMYK 0.45 0.32 0 0
HSL 223.16º 1% 0.78% -
HSV(B) 223.16º 0.45% 1% -
XYZ 43.98 42.77 100.55 -
YUV 172.78 174.4 105.33 -
System Red Green Blue C M Y K H S L
Decimal 141 173 255 0.45 0.32 0 0 223.16 1 0.78
Hex 8D AD FF 2D 20 0 0 DF 64 4E
Octal 215 255 377 55 40 0 0 337 144 116
Binary 10001101 10101101 11111111 101101 100000 0 0 11011111 1100100 1001110

Color Harmonies of #8DADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DADFF

Black with #8DADFF

Text Example


Text Example

White with #8DADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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