#8DAFF0

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

Shades of Jordy Blue #8DAFF0

Tints of Jordy Blue #8DAFF0

Color information

#8DAFF0 (or 0x8DAFF0) is unknown color: approx Jordy Blue. HEX triplet: 8D, AF and F0. RGB value is (141,175,240). Sum of RGB (Red+Green+Blue) = 141+175+240=556 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.36% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 240 (94.14% from 255 or 43.17% from 556); Max value from RGB is 240 - color contains mainly: blue. Hex color #8DAFF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAFF0 is #72500F. Grayscale: #ABABAB. Windows color (decimal): -7491600 or 15773581. OLE color: 15773581.

HSL color Cylindrical-coordinate representation of color #8DAFF0: hue angle of 219.39º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DAFF0 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB141175240-
CMYK0.410.2700.06
HSL219.39º76.74%74.71%-
HSV(B)219.39º41.25%94.12%-
XYZ42.0442.6188.45-
YUV172.24166.24105.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.36%
GREEN value IS 175 (68.75% from 255) = 31.47%
BLUE value IS 240 (94.14% from 255) = 43.17%
R=25.36%
G=31.47%
B=43.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1411752400.410.2700.06219.3976.7474.71
Hex8DAFF0291B06db4d4b
Octal215257360513306333115113
Binary1000110110101111111100001010011101101101101101110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,175,240); }

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

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

 a { background-color: rgb(141,175,240); }

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

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

 span { border-color: rgb(141,175,240); }

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