#8DADFE

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

Shades of Jordy Blue #8DADFE

Tints of Jordy Blue #8DADFE

Color information

#8DADFE (or 0x8DADFE) is unknown color: approx Jordy Blue. HEX triplet: 8D, AD and FE. RGB value is (141,173,254). Sum of RGB (Red+Green+Blue) = 141+173+254=568 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.82% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DADFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DADFE is #725201. Grayscale: #ACACAC. Windows color (decimal): -7492098 or 16690573. OLE color: 16690573.

HSL color Cylindrical-coordinate representation of color #8DADFE: hue angle of 223.01º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DADFE is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB141173254-
CMYK0.440.3200.00
HSL223.01º98.26%77.45%-
HSV(B)223.01º44.49%99.61%-
XYZ43.8242.7199.7-
YUV172.67173.9105.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.82%
GREEN value IS 173 (67.97% from 255) = 30.46%
BLUE value IS 254 (99.61% from 255) = 44.72%
R=24.82%
G=30.46%
B=44.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1411732540.440.3200.00223.0198.2677.45
Hex8DADFE2C2000df624d
Octal215255376544000337142115
Binary100011011010110111111110101100100000001101111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DADFE;
 }
 .AnyTagClassName
 {
   color: #8DADFE;
 }
</style>
background-color css

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

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

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

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

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

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