#8DAFEF

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

Shades of Jordy Blue #8DAFEF

Tints of Jordy Blue #8DAFEF

Color information

#8DAFEF (or 0x8DAFEF) is unknown color: approx Jordy Blue. HEX triplet: 8D, AF and EF. RGB value is (141,175,239). Sum of RGB (Red+Green+Blue) = 141+175+239=555 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.41% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #8DAFEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAFEF is #725010. Grayscale: #ABABAB. Windows color (decimal): -7491601 or 15708045. OLE color: 15708045.

HSL color Cylindrical-coordinate representation of color #8DAFEF: hue angle of 219.18º degrees, saturation: 0.75, 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 #8DAFEF is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB141175239-
CMYK0.410.2700.06
HSL219.18º75.38%74.51%-
HSV(B)219.18º41%93.73%-
XYZ41.8942.5587.67-
YUV172.13165.74105.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.41%
GREEN value IS 175 (68.75% from 255) = 31.53%
BLUE value IS 239 (93.75% from 255) = 43.06%
R=25.41%
G=31.53%
B=43.06%

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
Decimal1411752390.410.2700.06219.1875.3874.51
Hex8DAFEF291B06db4b4b
Octal215257357513306333113113
Binary1000110110101111111011111010011101101101101101110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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