#8DACFF

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

Shades of Jordy Blue #8DACFF

Tints of Jordy Blue #8DACFF

Color information

#8DACFF (or 0x8DACFF) is unknown color: approx Jordy Blue. HEX triplet: 8D, AC and FF. RGB value is (141,172,255). Sum of RGB (Red+Green+Blue) = 141+172+255=568 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.82% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DACFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DACFF is #725300. Grayscale: #ABABAB. Windows color (decimal): -7492353 or 16755853. OLE color: 16755853.

HSL color Cylindrical-coordinate representation of color #8DACFF: hue angle of 223.68º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DACFF is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB141172255-
CMYK0.450.3300
HSL223.68º100%77.65%-
HSV(B)223.68º44.71%100%-
XYZ43.7942.39100.48-
YUV172.19174.73105.75-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.82%
GREEN value IS 172 (67.58% from 255) = 30.28%
BLUE value IS 255 (100% from 255) = 44.89%
R=24.82%
G=30.28%
B=44.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1411722550.450.3300223.6810077.65
Hex8DACFF2D2100e0644e
Octal215254377554100340144116
Binary100011011010110011111111101101100001001110000011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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