#8DAFF7

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

Shades of Jordy Blue #8DAFF7

Tints of Jordy Blue #8DAFF7

Color information

#8DAFF7 (or 0x8DAFF7) is unknown color: approx Jordy Blue. HEX triplet: 8D, AF and F7. RGB value is (141,175,247). Sum of RGB (Red+Green+Blue) = 141+175+247=563 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.04% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 247 (96.88% from 255 or 43.87% from 563); Max value from RGB is 247 - color contains mainly: blue. Hex color #8DAFF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAFF7 is #725008. Grayscale: #ACACAC. Windows color (decimal): -7491593 or 16232333. OLE color: 16232333.

HSL color Cylindrical-coordinate representation of color #8DAFF7: hue angle of 220.75º degrees, saturation: 0.87, 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 #8DAFF7 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB141175247-
CMYK0.430.2900.03
HSL220.75º86.89%76.08%-
HSV(B)220.75º42.91%96.86%-
XYZ43.143.0494.03-
YUV173.04169.74105.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.04%
GREEN value IS 175 (68.75% from 255) = 31.08%
BLUE value IS 247 (96.88% from 255) = 43.87%
R=25.04%
G=31.08%
B=43.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1411752470.430.2900.03220.7586.8976.08
Hex8DAFF72B1D03dd574c
Octal215257367533503335127114
Binary100011011010111111110111101011111010111101110110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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