#8DADF8

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

Shades of Jordy Blue #8DADF8

Tints of Jordy Blue #8DADF8

Color information

#8DADF8 (or 0x8DADF8) is unknown color: approx Jordy Blue. HEX triplet: 8D, AD and F8. RGB value is (141,173,248). Sum of RGB (Red+Green+Blue) = 141+173+248=562 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.09% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 248 (97.27% from 255 or 44.13% from 562); Max value from RGB is 248 - color contains mainly: blue. Hex color #8DADF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DADF8 is #725207. Grayscale: #ABABAB. Windows color (decimal): -7492104 or 16297357. OLE color: 16297357.

HSL color Cylindrical-coordinate representation of color #8DADF8: hue angle of 222.06º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DADF8 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB141173248-
CMYK0.430.3000.03
HSL222.06º88.43%76.27%-
HSV(B)222.06º43.15%97.25%-
XYZ42.8742.3394.72-
YUV171.98170.9105.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.09%
GREEN value IS 173 (67.97% from 255) = 30.78%
BLUE value IS 248 (97.27% from 255) = 44.13%
R=25.09%
G=30.78%
B=44.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1411732480.430.3000.03222.0688.4376.27
Hex8DADF82B1E03de584c
Octal215255370533603336130114
Binary100011011010110111111000101011111100111101111010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DADF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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