#8DACF8

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

Shades of Jordy Blue #8DACF8

Tints of Jordy Blue #8DACF8

Color information

#8DACF8 (or 0x8DACF8) is unknown color: approx Jordy Blue. HEX triplet: 8D, AC and F8. RGB value is (141,172,248). Sum of RGB (Red+Green+Blue) = 141+172+248=561 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.13% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 248 (97.27% from 255 or 44.21% from 561); Max value from RGB is 248 - color contains mainly: blue. Hex color #8DACF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DACF8 is #725307. Grayscale: #ABABAB. Windows color (decimal): -7492360 or 16297101. OLE color: 16297101.

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

Color convert

RGB141172248-
CMYK0.430.3100.03
HSL222.62º88.43%76.27%-
HSV(B)222.62º43.15%97.25%-
XYZ42.6841.9594.65-
YUV171.4171.23106.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.13%
GREEN value IS 172 (67.58% from 255) = 30.66%
BLUE value IS 248 (97.27% from 255) = 44.21%
R=25.13%
G=30.66%
B=44.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1411722480.430.3100.03222.6288.4376.27
Hex8DACF82B1F03df584c
Octal215254370533703337130114
Binary100011011010110011111000101011111110111101111110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DACF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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