#8DADFD

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

Shades of Jordy Blue #8DADFD

Tints of Jordy Blue #8DADFD

Color information

#8DADFD (or 0x8DADFD) is unknown color: approx Jordy Blue. HEX triplet: 8D, AD and FD. RGB value is (141,173,253). Sum of RGB (Red+Green+Blue) = 141+173+253=567 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.87% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DADFD is #725202. Grayscale: #ACACAC. Windows color (decimal): -7492099 or 16625037. OLE color: 16625037.

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

Color convert

RGB141173253-
CMYK0.440.3200.01
HSL222.86º96.55%77.25%-
HSV(B)222.86º44.27%99.22%-
XYZ43.6642.6498.86-
YUV172.55173.4105.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.87%
GREEN value IS 173 (67.97% from 255) = 30.51%
BLUE value IS 253 (99.22% from 255) = 44.62%
R=24.87%
G=30.51%
B=44.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1411732530.440.3200.01222.8696.5577.25
Hex8DADFD2C2001df614d
Octal215255375544001337141115
Binary100011011010110111111101101100100000011101111111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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