#8DADFF

Color #8DADFF Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #8DADFF

Tints of Jordy Blue #8DADFF

Color information

#8DADFF (or 0x8DADFF) is unknown color: approx 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

RGB141173255-
CMYK0.450.3200
HSL223.16º100%77.65%-
HSV(B)223.16º44.71%100%-
XYZ43.9842.77100.55-
YUV172.78174.4105.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.78%
GREEN value IS 173 (67.97% from 255) = 30.40%
BLUE value IS 255 (100% from 255) = 44.82%
R=24.78%
G=30.40%
B=44.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1411732550.450.3200223.1610077.65
Hex8DADFF2D2000df644e
Octal215255377554000337144116
Binary100011011010110111111111101101100000001101111111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>