#8DADFA

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

Shades of Jordy Blue #8DADFA

Tints of Jordy Blue #8DADFA

Color information

#8DADFA (or 0x8DADFA) is unknown color: approx Jordy Blue. HEX triplet: 8D, AD and FA. RGB value is (141,173,250). Sum of RGB (Red+Green+Blue) = 141+173+250=564 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DADFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DADFA is #725205. Grayscale: #ABABAB. Windows color (decimal): -7492102 or 16428429. OLE color: 16428429.

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

Color convert

RGB141173250-
CMYK0.440.3100.02
HSL222.39º91.6%76.67%-
HSV(B)222.39º43.6%98.04%-
XYZ43.1842.4596.36-
YUV172.21171.9105.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25%
GREEN value IS 173 (67.97% from 255) = 30.67%
BLUE value IS 250 (98.05% from 255) = 44.33%
R=25%
G=30.67%
B=44.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411732500.440.3100.02222.3991.676.67
Hex8DADFA2C1F02de5c4d
Octal215255372543702336134115
Binary100011011010110111111010101100111110101101111010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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